We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d4fd3 commit 92d0206Copy full SHA for 92d0206
src/oauth.test.ts
@@ -3,7 +3,7 @@ import type { TestContext } from "node:test";
3
4
import app from "./index";
5
6
-describe("OAuth", async () => {
+describe("OAuth", async (t) => {
7
await test("GET /.well-known/oauth-authorization-server", async (t: TestContext) => {
8
t.plan(10);
9
0 commit comments