Skip to content

Commit

Permalink
chore(zoe): prune obsolete test:xs-unit-debug package script
Browse files Browse the repository at this point in the history
The `test:xs-unit-deb` package script was motivated by limitations
on ava-xs's argument parsing that were fixed around Mar 9 e89f1e1 .
  • Loading branch information
dckc committed May 17, 2021
1 parent 8a03440 commit f371da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/zoe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"test:nyc": "nyc ava",
"test:xs": "yarn test:xs-unit",
"test:xs-unit": "ava-xs --verbose",
"test:xs-unit-debug": "ava-xs --debug",
"test:xs-worker": "SWINGSET_WORKER_TYPE=xs-worker ava -c 2 test/swingsetTests/**/test-*.js",
"build-zcfBundle": "node -r esm scripts/build-zcfBundle.js",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",
Expand Down

0 comments on commit f371da4

Please sign in to comment.