Skip to content

Commit

Permalink
test(swingset-runner): Add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 12, 2021
1 parent 7d2a9bf commit d7c398f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/swingset-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"scripts": {
"build": "exit 0",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint-fix": "eslint --fix '**/*.js'",
"lint-check": "yarn lint",
Expand Down Expand Up @@ -39,6 +40,7 @@
},
"devDependencies": {
"ava": "^3.12.1",
"c8": "^7.7.2",
"import-meta-resolve": "^1.1.1"
},
"eslintConfig": {
Expand Down

0 comments on commit d7c398f

Please sign in to comment.