chore: remove removed contributors/tools path (#44374)
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user