Skip to content

Commit

Permalink
Attempt to fix build issue on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoguerios committed Jan 15, 2025
1 parent 2cf910f commit a9b607d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions test/vitest-setup.ts

This file was deleted.

5 changes: 5 additions & 0 deletions vitest-setup.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { stopAnvilForks } from 'test/anvil/anvil-global-setup';

afterAll(async () => {
await stopAnvilForks();
});
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default defineConfig({
],
testTimeout: 120_000,
hookTimeout: 120_000,
setupFiles: ['/test/vitest-setup.ts'],
setupFiles: ['./vitest-setup.ts'],
},
});

0 comments on commit a9b607d

Please sign in to comment.