Skip to content

Commit 4de9b26

Browse files
committed
fix(temp): for Jest testMatch issue
1 parent 4c1a4b1 commit 4de9b26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jest.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
'jest-serializer-vue'
1818
],
1919
testMatch: [
20-
'<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))'
20+
'<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))',
21+
'<rootDir>/tests/unit/Dashboard.spec.js'
2122
]
22-
}
23+
}

0 commit comments

Comments
 (0)