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