Skip to content

Commit

Permalink
馃悰 Fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Jun 13, 2019
1 parent a3e1d72 commit a373ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules/
dist/
coverage/
1 change: 1 addition & 0 deletions jest.config.js
@@ -1,5 +1,6 @@
const config = {
testEnvironment: 'node',
collectCoverageFrom: ['src/*.js'],
};

module.exports = config;

0 comments on commit a373ff1

Please sign in to comment.