mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 00:40:35 +03:00
chore: update jest conf
This commit is contained in:
+2
-7
@@ -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'] : [])
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user