Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
aarong committed Feb 6, 2024
1 parent 628ae4b commit 2712d91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@babel/preset-env": "^7.23.8",
"@babel/register": "^7.0.0",
"babel-plugin-add-module-exports": "^1.0.4",
"coveralls": "^3.0.3",
"documentation": "^9.1.1",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
Expand Down Expand Up @@ -64,7 +63,7 @@
"homepage": "https://github.com/aarong/feedme-server-core#readme",
"jest": {
"collectCoverageFrom": [
"src/**/*.{js}"
"src/**/*.js"
],
"testMatch": [
"**/*.test.js"
Expand Down

0 comments on commit 2712d91

Please sign in to comment.