File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11registry = 'https://registry.npmjs.org/ '
22strict-peer-dependencies = false
33hoist-patterns[] = []
4- shell-emulator = true
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments