We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5bf4b commit 95d4139Copy full SHA for 95d4139
.github/workflows/ci.yml
@@ -63,5 +63,6 @@ jobs:
63
- name: Test
64
run: >
65
TEST262_NODE_VERSION=${{ matrix.TEST262_NODE_VERSION }}
66
+ TEST262_MIN=${{ matrix.TEST262_MIN }}
67
TEST262_ESM=${{ matrix.TEST262_ESM }}
- cd packages/temporal-polyfill && pnpm run test262
68
+ pnpm run test262
package.json
@@ -21,7 +21,8 @@
21
"ci": "pnpm run clean && pnpm run lint && pnpm run build && pnpm run test",
22
"lint": "pnpm -r run lint",
23
"build": "pnpm -r run build",
24
- "test": "pnpm -r --stream --filter=!@js-temporal/temporal-test262-runner run test",
+ "test": "pnpm -r --stream run test",
25
+ "test262": "pnpm -r --stream run test262",
26
"clean": "pnpm -r run clean"
27
},
28
"devDependencies": {
0 commit comments