Skip to content

Commit 3629336

Browse files
committed
up
1 parent a3c6688 commit 3629336

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
registry = 'https://registry.npmjs.org/'
22
strict-peer-dependencies=false
33
hoist-patterns[]=[]
4-
shell-emulator=true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"test": "pnpm run test:unit && pnpm run test:integration && pnpm run test:e2e",
2121
"test:benchmark": "cd ./tests && pnpm run test:benchmark",
2222
"test:e2e": "pnpm run build:examples && cd tests && pnpm run test:e2e",
23-
"test:integration": "NODE_OPTIONS='--experimental-vm-modules' vitest run --project integration",
24-
"test:integration:watch": "NODE_OPTIONS='--experimental-vm-modules' vitest --project integration",
23+
"test:integration": "cross-env NODE_OPTIONS='--experimental-vm-modules' vitest run --project integration",
24+
"test:integration:watch": "cross-env NODE_OPTIONS='--experimental-vm-modules' vitest --project integration",
2525
"test:unit": "vitest run --project unit*",
2626
"test:unit:watch": "vitest --project unit*",
2727
"testu": "pnpm run test:unit -u && pnpm run test:integration -u",

0 commit comments

Comments
 (0)