We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d621e6 commit 0d3a34aCopy full SHA for 0d3a34a
.github/workflows/ci.yml
@@ -63,4 +63,5 @@ jobs:
63
run: >
64
TEST262_NODE_VERSION=${{ matrix.TEST262_NODE_VERSION }}
65
TEST262_ESM=${{ matrix.TEST262_ESM }}
66
- pnpm run test
+ cd packages/temporal-polyfill
67
+ pnpm run test262
packages/temporal-polyfill/package.json
@@ -33,7 +33,7 @@
33
"manifest:dev": "./scripts/manifest.js --dev",
34
"readme": "cp ../../README.md dist",
35
"license": "cp ../../LICENSE dist",
36
- "test": "pnpm run test262",
+ "test": "pnpm run vitest && pnpm run test262",
37
"vitest": "vitest run",
38
"vitest:dev": "vitest dev",
39
"vitest:debug": "vitest run --no-isolate --no-file-parallelism --test-timeout 3600000",
0 commit comments