Skip to content

Commit

Permalink
test(hardened262): Test known passing configurations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Oct 29, 2024
1 parent 7001bec commit eda93f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardened262/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepack": "tsc --build tsconfig.build.json",
"test262": "yarn build && node scripts/test.js",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0"
"test:xs": "xargs node scripts/test.js -f onlySesXs -f onlyLockdown < baseline/sesXs-lockdown-ok"
},
"dependencies": {
"@endo/module-source": "workspace:^",
Expand Down

0 comments on commit eda93f1

Please sign in to comment.