Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopalacios committed Sep 19, 2021
1 parent 753260b commit 4713036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/artifacts/
.nyc_output
coverage
node_modules
npm-debug.log
tests/functional/static
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.*
*.yml
/coverage/
/docs/
/artifacts/
/examples/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format:check": "prettier --check .",
"lint": "eslint . && npm run format:check",
"test": "npm run test:unit && npm run test:functional",
"test:coverage": "nyc npm run test:unit",
"test:coverage": "nyc --reporter=lcov npm run test:unit",
"test:unit": "NODE_ENV=test mocha tests/unit/ --recursive --reporter spec --timeout 20000 --exit",
"test:functional": "NODE_ENV=test mocha tests/functional/*.test.js --reporter spec --exit"
},
Expand Down

0 comments on commit 4713036

Please sign in to comment.