Skip to content

Commit

Permalink
test(swingset): test:xs runs 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 a4f234c
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 @@ -16,7 +16,7 @@
"scripts": {
"build": "exit 0",
"test": "ava",
"test:xs": "exit 0",
"test:xs": "SWINGSET_WORKER_TYPE=xs-worker ava",
"test:xs-worker": "ava test/workers/test-worker.js -m 'xs vat manager'",
"pretty-fix": "prettier --write '**/*.js'",
"pretty-check": "prettier --check '**/*.js'",
Expand Down

0 comments on commit a4f234c

Please sign in to comment.