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