We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7316e9f commit f813a3cCopy full SHA for f813a3c
packages/integration-tests-next/package.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"private": true,
6
"scripts": {
7
- "test": "vitest run",
+ "test": "vitest run --pool threads",
8
"lint": "eslint .",
9
"check:types": "tsc --project ./tsconfig.json --noEmit",
10
"clean": "run-s clean:build",
@@ -13,7 +13,6 @@
13
"clean:deps": "premove node_modules"
14
},
15
"dependencies": {
16
- "@babel/preset-react": "^7.23.3",
17
"@sentry-internal/eslint-config": "5.1.1",
18
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.1.1",
19
"@sentry/esbuild-plugin": "5.1.1",
packages/integration-tests-next/vitest.config.ts
0 commit comments