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:
+2
-7
@@ -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'] : [])
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user