Skip to content

Commit

Permalink
test: fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 24, 2021
1 parent 24af0fb commit d64bc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/deprecations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe("deprecations", () => {
});

await auth({
// @ts-expect-error type: "oauth" is deprecated
type: "oauth",
code: "123456",
});
Expand Down

0 comments on commit d64bc69

Please sign in to comment.