diff --git a/packages/vat-data/package.json b/packages/vat-data/package.json index 114f62942d9..52a7ab0dab4 100644 --- a/packages/vat-data/package.json +++ b/packages/vat-data/package.json @@ -8,7 +8,6 @@ "scripts": { "build": "exit 0", "test": "ava", - "test:c8": "exit 0", "test:xs": "exit 0", "lint-fix": "yarn lint:eslint --fix", "lint": "run-s --continue-on-error lint:*", diff --git a/packages/vow/package.json b/packages/vow/package.json index bbc28dd9ba1..7acbfa1b4dc 100755 --- a/packages/vow/package.json +++ b/packages/vow/package.json @@ -12,7 +12,6 @@ "prepack": "tsc --build tsconfig.build.json", "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", "test": "ava", - "test:nyc": "exit 0", "test:xs": "exit 0", "lint-fix": "yarn lint:eslint --fix", "lint": "run-s --continue-on-error lint:*",