chore: remove removed contributors/tools path (#44374)
This commit is contained in:
@ -3,7 +3,6 @@ client/static/**
|
||||
client/public/**
|
||||
api-server/src/public/**
|
||||
api-server/lib/**
|
||||
tools/contributor/**
|
||||
tools/scripts/build/ensure-env.js
|
||||
tools/scripts/lint/validate-keys.js
|
||||
tools/scripts/build/tsconfig.tsbuildinfo
|
||||
|
@ -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',
|
||||
|
@ -30,10 +30,5 @@
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"ignorePaths": [
|
||||
"api-server",
|
||||
"tools/contributor",
|
||||
"tools/contributor/dashboard-app/client",
|
||||
"tools/contributor/dashboard-app/server"
|
||||
]
|
||||
"ignorePaths": ["api-server"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user