Skip to content

Commit d89e905

Browse files
snomiaoclaude
andcommitted
test: add missing beforeEach import to gh.spec.ts
Import beforeEach from bun:test to fix ReferenceError that occurred when the test file tried to use beforeEach hooks. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 85c4b71 commit d89e905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gh.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { afterAll, describe, expect, it } from "bun:test";
1+
import { afterAll, beforeEach, describe, expect, it } from "bun:test";
22
import { http, HttpResponse } from "msw";
33
import { server } from "./test/msw-setup";
44

0 commit comments

Comments
 (0)