From 5efd289a569fa6320f1f4af72202a79376257f30 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:01:44 +0400 Subject: [PATCH] =?UTF-8?q?wip:=20=F0=9F=94=95=20temporary=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entrypoints/background/persistent/settings.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entrypoints/background/persistent/settings.test.ts b/src/entrypoints/background/persistent/settings.test.ts index 9964c1cf..b012602f 100644 --- a/src/entrypoints/background/persistent/settings.test.ts +++ b/src/entrypoints/background/persistent/settings.test.ts @@ -66,7 +66,7 @@ describe('settings', () => { throw new Error('current is undefined') } - // @ts-expect-error - emulate partial data + // @ts-expect-error - emulate partial data! delete current.stats await area.set(current)