Files
46e0748af36d64f8a7c5c2b759e3018f6c572d31
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']
|
|||
};
|