chore: remove removed contributors/tools path (#44374)
This commit is contained in:
@ -3,7 +3,6 @@ client/static/**
|
|||||||
client/public/**
|
client/public/**
|
||||||
api-server/src/public/**
|
api-server/src/public/**
|
||||||
api-server/lib/**
|
api-server/lib/**
|
||||||
tools/contributor/**
|
|
||||||
tools/scripts/build/ensure-env.js
|
tools/scripts/build/ensure-env.js
|
||||||
tools/scripts/lint/validate-keys.js
|
tools/scripts/lint/validate-keys.js
|
||||||
tools/scripts/build/tsconfig.tsbuildinfo
|
tools/scripts/build/tsconfig.tsbuildinfo
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
// TODO: remove /tools/dashboard when the tests are configured correctly
|
testPathIgnorePatterns: ['/node_modules/'],
|
||||||
testPathIgnorePatterns: ['/node_modules/', '/tools/dashboard'],
|
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
'\\.(jpg|jpeg|png|svg|woff|woff2)$':
|
'\\.(jpg|jpeg|png|svg|woff|woff2)$':
|
||||||
'<rootDir>/client/src/__mocks__/fileMock.js',
|
'<rootDir>/client/src/__mocks__/fileMock.js',
|
||||||
|
@ -30,10 +30,5 @@
|
|||||||
"automerge": true
|
"automerge": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": ["api-server"]
|
||||||
"api-server",
|
|
||||||
"tools/contributor",
|
|
||||||
"tools/contributor/dashboard-app/client",
|
|
||||||
"tools/contributor/dashboard-app/server"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user