Files
7e26c34b4bc4766241230e3985c717fb040f9e02
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
// TODO: remove this once /tools/dashboard's tests are configured correctly
|
|||
|
|||
module.exports = {
|
|||
testPathIgnorePatterns: ['/node_modules/', '/tools/dashboard']
|
|||
};
|