Skip to content

Commit

Permalink
test(spawner): Add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 11, 2021
1 parent 9cdbdee commit b050a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/spawner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "yarn build-bundle-spawn",
"build-bundle-spawn": "node scripts/build-bundle-spawn.js",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint-check": "yarn lint",
"lint-fix": "eslint --fix '**/*.js'",
Expand Down Expand Up @@ -40,7 +41,8 @@
"@agoric/bundle-source": "^1.4.5",
"@agoric/install-ses": "^0.5.21",
"@agoric/swingset-vat": "^0.19.0",
"ava": "^3.12.1"
"ava": "^3.12.1",
"c8": "^7.7.2"
},
"files": [
"src/",
Expand Down

0 comments on commit b050a2a

Please sign in to comment.