bump vitest + remove mocha

This commit is contained in:
Felix Roos 2022-08-09 23:09:02 +02:00
parent 22c60fb894
commit 17d0b7d291
6 changed files with 19 additions and 1871 deletions

View file

@ -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
},
});