From d64bc693ecefeb33693dc477acd7c6645af17d12 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Tue, 23 Mar 2021 17:24:00 -0700 Subject: [PATCH] test: fix type errors --- test/deprecations.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/deprecations.test.ts b/test/deprecations.test.ts index 8cb5ec7c..bc4488f3 100644 --- a/test/deprecations.test.ts +++ b/test/deprecations.test.ts @@ -53,6 +53,7 @@ describe("deprecations", () => { }); await auth({ + // @ts-expect-error type: "oauth" is deprecated type: "oauth", code: "123456", });