From 8957e1b40359d8f7d8c027ecc702f2a34b822a67 Mon Sep 17 00:00:00 2001 From: idastambuk Date: Tue, 13 Aug 2024 12:26:06 +0200 Subject: [PATCH] Lint --- jest-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest-setup.js b/jest-setup.js index ffd7129..36d37e9 100644 --- a/jest-setup.js +++ b/jest-setup.js @@ -17,4 +17,4 @@ Object.defineProperty(global, 'matchMedia', { HTMLCanvasElement.prototype.getContext = () => {}; -global.TextEncoder = TextEncoder; \ No newline at end of file +global.TextEncoder = TextEncoder;