Skip to content

Commit

Permalink
test(swingset): test:xs runs all tests with xs-worker type
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 1, 2021
1 parent 90d90f3 commit 704f798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"scripts": {
"build": "exit 0",
"test": "ava",
"test:xs": "exit 0",
"test:xs-worker": "ava test/workers/test-worker.js -m 'xs vat manager'",
"test:xs": "SWINGSET_WORKER_TYPE=xs-worker ava",
"pretty-fix": "prettier --write '**/*.js'",
"pretty-check": "prettier --check '**/*.js'",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",
Expand Down

0 comments on commit 704f798

Please sign in to comment.