Skip to content

Commit 0ed3f02

Browse files
update comment
1 parent a9e7110 commit 0ed3f02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/feature-management/vitest.setup.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
import { beforeAll, afterAll } from "vitest";
33

44
// Make Mocha-style hooks available globally
5-
// Note: beforeEach and afterEach are already available as globals in Vitest
65
globalThis.before = beforeAll;
76
globalThis.after = afterAll;

0 commit comments

Comments
 (0)