Skip to content

Commit

Permalink
test(treasury): Add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 11, 2021
1 parent d9de2d3 commit 61589dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/treasury/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "yarn build:bundles",
"build:bundles": "node scripts/build-bundles.js",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",
"lint-check": "yarn lint",
Expand Down Expand Up @@ -47,6 +48,7 @@
"@agoric/babel-standalone": "^7.14.3",
"@agoric/install-ses": "^0.5.21",
"ava": "^3.12.1",
"c8": "^7.7.2",
"import-meta-resolve": "^1.1.1",
"ses": "^0.14.0"
},
Expand Down

0 comments on commit 61589dc

Please sign in to comment.