We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e7110 commit 0ed3f02Copy full SHA for 0ed3f02
src/feature-management/vitest.setup.mjs
@@ -2,6 +2,5 @@
2
import { beforeAll, afterAll } from "vitest";
3
4
// Make Mocha-style hooks available globally
5
-// Note: beforeEach and afterEach are already available as globals in Vitest
6
globalThis.before = beforeAll;
7
globalThis.after = afterAll;
0 commit comments