From f371da48ac8304775bd3c24f0a23791518982f45 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Fri, 14 May 2021 21:05:19 -0500 Subject: [PATCH] chore(zoe): prune obsolete test:xs-unit-debug package script The `test:xs-unit-deb` package script was motivated by limitations on ava-xs's argument parsing that were fixed around Mar 9 e89f1e1b71 . --- packages/zoe/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/zoe/package.json b/packages/zoe/package.json index 5fe756ccc5d..4d58c5942f3 100644 --- a/packages/zoe/package.json +++ b/packages/zoe/package.json @@ -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",