Skip to content

Commit

Permalink
test: cleanup vitest config [skip publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 10, 2023
1 parent 06143cf commit 164de94
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ export default defineConfig({
{ find: '#test-utils', replacement: resolve('tests/testUtils') }
]
},
esbuild: { format: 'esm' },
plugins: [
{
name: 'replace-json-modules',
transform: (code) => code.replaceAll('assert { type: "json" }', '')
}
],
test: {
globals: true,
coverage: {
Expand Down

0 comments on commit 164de94

Please sign in to comment.