Skip to content

Commit

Permalink
test(swingset): expand test:xs-worker to all of swingset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 1, 2021
1 parent 90d90f3 commit 5f529e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "exit 0",
"test": "ava",
"test:xs": "exit 0",
"test:xs-worker": "ava test/workers/test-worker.js -m 'xs vat manager'",
"test:xs-worker": "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 5f529e2

Please sign in to comment.