From f3c91e1dfb8c43a523604e44e3732000da98a1b7 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 15 Dec 2024 20:29:25 +0000 Subject: [PATCH] chore: mark err as unused --- types/index.test-d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.test-d.ts b/types/index.test-d.ts index 8e1ac9a..dc00342 100644 --- a/types/index.test-d.ts +++ b/types/index.test-d.ts @@ -10,7 +10,7 @@ app name: 'test', path: '.local' }) - .after(async () => { + .after(async (_err) => { expectType(app.level.test) })