2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-11 07:32:25 +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: [
'node_modules',
'old'
'node_modules'
],
transformIgnorePatterns: [
@@ -39,9 +38,5 @@ module.exports = {
'ts',
'js',
'json'
],
reporters: [
'default'
].concat(process.env.JEST_JUNIT_OUTPUT ? ['jest-junit'] : [])
]
}