mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-27 23:40:11 +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/'],
|
||||
moduleFileExtensions: ['js', 'json'],
|
||||
rootDir: __dirname,
|
||||
testMatch: ['<rootDir>/src/__tests__/**/*spec.[jt]s?(x)'],
|
||||
testMatch: ['<rootDir>/src/**/*test.[jt]s?(x)'],
|
||||
testPathIgnorePatterns: ['/node_modules/']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user