mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-05-14 23:24:04 +08:00
refactor(jest): testMatch
This commit is contained in:
parent
4ca2a3be5d
commit
abccf448d7
@ -9,6 +9,6 @@ module.exports = {
|
|||||||
watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'],
|
watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'],
|
||||||
moduleFileExtensions: ['js', 'json'],
|
moduleFileExtensions: ['js', 'json'],
|
||||||
rootDir: __dirname,
|
rootDir: __dirname,
|
||||||
testMatch: ['<rootDir>/src/__tests__/**/*spec.[jt]s?(x)'],
|
testMatch: ['<rootDir>/src/**/*test.[jt]s?(x)'],
|
||||||
testPathIgnorePatterns: ['/node_modules/']
|
testPathIgnorePatterns: ['/node_modules/']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user