bump vitest + remove mocha
This commit is contained in:
parent
22c60fb894
commit
17d0b7d291
6 changed files with 19 additions and 1871 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import { configDefaults, defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
exclude: [...configDefaults.exclude, 'repl/src/test/*'],
|
||||
environment: 'happy-dom', // or 'jsdom', 'node' // https://vitest.dev/guide/features.html#chai-and-jest-expect-compatibility
|
||||
// environment: 'happy-dom', // or 'jsdom', 'node' // https://vitest.dev/guide/features.html#chai-and-jest-expect-compatibility
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue