Skip to content

Commit

Permalink
fix(jest): add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Antontelesh committed Dec 22, 2018
1 parent 9e58db4 commit 93e9162
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules
coverage
1 change: 0 additions & 1 deletion jest.config.js
@@ -1,5 +1,4 @@
module.exports = {
testMatch: ['<rootDir>/tests/**/*.js'],
collectCoverageFrom: ['<rootDir>/lib/**/*.js'],
coverageReporters: ['text'],
}

0 comments on commit 93e9162

Please sign in to comment.