Skip to content

Commit

Permalink
don't need this
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 6, 2024
1 parent de222dd commit 7a55058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions test-setup/anvil.ts

This file was deleted.

2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globalSetup: [`${__dirname}/test-setup/global/arktype.ts`, `${__dirname}/test-setup/global/anvil.ts`],
setupFiles: [`${__dirname}/test-setup/anvil.ts`],
setupFiles: [],
// Temporarily set a low teardown timeout because anvil hangs otherwise
// Could move this timeout to anvil setup after https://github.com/wevm/anvil.js/pull/46
teardownTimeout: 500,
Expand Down

0 comments on commit 7a55058

Please sign in to comment.