We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fe58b commit 81a6985Copy full SHA for 81a6985
1 file changed
jest.config.js
@@ -12,7 +12,8 @@ module.exports = {
12
'^.+\\.js$': 'babel-jest',
13
'^.+\\.vue$': 'vue-jest'
14
},
15
- testMatch: ['**/test/**/*.test.js?(x)']
+ testMatch: ['**/test/**/*.test.js?(x)'],
16
+ modulePathIgnorePatterns: ["test/e2e/screenshot.test.js"] // Don't run this file in npm test
17
18
{
19
displayName: 'node',
0 commit comments