Skip to content

Commit

Permalink
Expose afterEach and afterAll hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 17, 2025
1 parent be8f347 commit 0580976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export {suite as describe, beforeEach, beforeAll} from "@vitest/runner";
export {suite as describe, beforeEach, beforeAll, afterAll, afterEach} from "@vitest/runner";
export {bench, setBenchOpts, setBenchmarkOptions} from "./benchmark/index.js";

import {bench} from "./benchmark/index.js";
Expand Down

0 comments on commit 0580976

Please sign in to comment.