Skip to content

Commit

Permalink
fix: code coverage after rework
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed May 23, 2020
1 parent d7abf91 commit 2f5d276
Show file tree
Hide file tree
Showing 4 changed files with 914 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ test/functional/.run-output

# pnpm cruft
pnpm-debug.log


# test coverage reports
.nyc_output
coverage
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"test:watch": "mochapack '{test,src}/**/*.test.ts' --watch --clear-terminal",
"test:unit": "mochapack 'src/**/*.unit.test.ts'",
"test:functional": "mochapack 'test/functional/**/*functional.test.ts'",
"test:packaged": "./test/packaged/setup.sh"
"test:packaged": "./test/packaged/setup.sh",
"test:coverage": "nyc mochapack --webpack-env=coverage '{test,src}/**/*.test.ts'"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,12 +53,14 @@
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-no-only-tests": "^2.4.0",
"istanbul-instrumenter-loader": "^3.0.1",
"mocha": "^7.1.2",
"mocha-steps": "^1.3.0",
"mochapack": "^1.1.15",
"nearley-loader": "^2.0.0",
"nock": "^12.0.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.1",
"prettier": "^2.0.5",
"readline-sync": "^1.4.10",
"shx": "^0.3.2",
Expand Down
Loading

0 comments on commit 2f5d276

Please sign in to comment.