Skip to content

Commit

Permalink
Merge pull request #75 from edm00se/update-deps
Browse files Browse the repository at this point in the history
chore(deps): update deps
  • Loading branch information
edm00se committed Dec 2, 2019
2 parents 7f62e57 + c628e6b commit 3105055
Show file tree
Hide file tree
Showing 4 changed files with 2,961 additions and 3,637 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ node_modules
.cache
dist
config/tests/coverage
coverage
11 changes: 4 additions & 7 deletions config/tests/jest.conf.js
Expand Up @@ -2,11 +2,7 @@ const path = require('path');

module.exports = {
rootDir: path.resolve(__dirname, '../../'),
moduleFileExtensions: [
'js',
'json',
'vue'
],
moduleFileExtensions: ['js', 'json', 'vue'],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/$1'
},
Expand All @@ -20,6 +16,7 @@ module.exports = {
collectCoverageFrom: [
'src/**/*.{js,vue}',
'!**/node_modules/**',
'!src/main.js'
'!src/main.js',
'!src/sw.js'
]
}
};

1 comment on commit 3105055

@vercel
Copy link

@vercel vercel bot commented on 3105055 Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.