Skip to content

Commit 92d0206

Browse files
committed
Add error for biome
1 parent 57d4fd3 commit 92d0206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { TestContext } from "node:test";
33

44
import app from "./index";
55

6-
describe("OAuth", async () => {
6+
describe("OAuth", async (t) => {
77
await test("GET /.well-known/oauth-authorization-server", async (t: TestContext) => {
88
t.plan(10);
99

0 commit comments

Comments
 (0)