Skip to content

Commit

Permalink
test(sharing-service): Add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 10, 2021
1 parent 25cbac4 commit 2e42d5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sharing-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"build": "exit 0",
"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 All @@ -34,7 +35,8 @@
"@agoric/eventual-send": "^0.13.23",
"@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 2e42d5a

Please sign in to comment.