Skip to content

Commit

Permalink
fix(temp): for Jest testMatch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jun 27, 2018
1 parent cb8b974 commit 21912a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'jest-serializer-vue'
],
testMatch: [
'<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))'
'<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))',
'<rootDir>/tests/unit/Dashboard.spec.js'
]
}
}

0 comments on commit 21912a9

Please sign in to comment.