chore: remove removed contributors/tools path (#44374)

This commit is contained in:
Shaun Hamilton
2021-12-03 16:18:54 +00:00
committed by GitHub
parent 56ca9320da
commit ae258ce94c
3 changed files with 2 additions and 9 deletions

View File

@ -1,6 +1,5 @@
module.exports = {
// TODO: remove /tools/dashboard when the tests are configured correctly
testPathIgnorePatterns: ['/node_modules/', '/tools/dashboard'],
testPathIgnorePatterns: ['/node_modules/'],
moduleNameMapper: {
'\\.(jpg|jpeg|png|svg|woff|woff2)$':
'<rootDir>/client/src/__mocks__/fileMock.js',