2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 22:20:33 +03:00

chore: update jest conf

This commit is contained in:
pimlie
2019-02-20 14:24:08 +01:00
parent 873f29c299
commit f270318c29
+2 -7
View File
@@ -22,8 +22,7 @@ module.exports = {
], ],
testPathIgnorePatterns: [ testPathIgnorePatterns: [
'node_modules', 'node_modules'
'old'
], ],
transformIgnorePatterns: [ transformIgnorePatterns: [
@@ -39,9 +38,5 @@ module.exports = {
'ts', 'ts',
'js', 'js',
'json' 'json'
], ]
reporters: [
'default'
].concat(process.env.JEST_JUNIT_OUTPUT ? ['jest-junit'] : [])
} }