Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
chore(deps): updates deps
Browse files Browse the repository at this point in the history
and devDeps, also tells coverage to ignore sw.js
  • Loading branch information
edm00se committed Dec 2, 2019
1 parent c357159 commit 22eb117
Show file tree
Hide file tree
Showing 3 changed files with 1,369 additions and 405 deletions.
5 changes: 3 additions & 2 deletions config/tests/jest.conf.js
Expand Up @@ -15,6 +15,7 @@ module.exports = {
collectCoverageFrom: [
'src/**/*.js',
'!**/node_modules/**',
'!src/main.js'
'!src/main.js',
'!src/sw.js'
]
}
}

0 comments on commit 22eb117

Please sign in to comment.