We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabian-hiller
EltonLobo07
Bilboramix
Learn more about funding links in repositories.
Report abuse
1 parent 3716a3f commit 08be746Copy full SHA for 08be746
library/package.json
@@ -43,7 +43,7 @@
43
},
44
"scripts": {
45
"playground": "tsm ./playground.ts",
46
- "test": "vitest --no-isolate",
+ "test": "vitest",
47
"coverage": "vitest run --coverage",
48
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit",
49
"format": "prettier --write ./src",
library/vite.config.ts
@@ -4,6 +4,7 @@ export default defineConfig(() => {
4
return {
5
test: {
6
environment: 'jsdom',
7
+ isolate: false,
8
9
build: {
10
target: 'ESNext',
0 commit comments