Comparing version
@@ -25,2 +25,4 @@ import { | ||
var defaultInline = [ | ||
"vitest/dist/runtime/entry.js", | ||
"vitest/src/runtime/entry.ts", | ||
"@vue", | ||
@@ -27,0 +29,0 @@ "@vueuse", |
{ | ||
"name": "vitest", | ||
"version": "0.0.66", | ||
"version": "0.0.67", | ||
"description": "A blazing fast unit test framework powered by Vite", | ||
@@ -53,4 +53,4 @@ "keywords": [ | ||
"test": "node bin/vitest.mjs -r test/core", | ||
"test:all": "pnpm -r --stream --filter !vitest run test --", | ||
"test:ci": "pnpm -r --stream --filter !vitest --filter !@vitest/test-fails run test --", | ||
"test:all": "cross-env CI=true pnpm -r --stream --filter !vitest run test --", | ||
"test:ci": "cross-env CI=true pnpm -r --stream --filter !vitest --filter !@vitest/test-fails run test --", | ||
"typecheck": "tsc --noEmit && nr lint" | ||
@@ -87,2 +87,3 @@ }, | ||
"cli-truncate": "^3.1.0", | ||
"cross-env": "^7.0.3", | ||
"diff": "^5.0.0", | ||
@@ -89,0 +90,0 @@ "eslint": "^8.4.1", |
Sorry, the diff of this file is too big to display
248455
0.05%6623
0.03%30
3.45%