1
0
Fork 0
docsearch/jest.config.js
2018-08-20 13:24:55 +02:00

7 lines
184 B
JavaScript

/* eslint-disable import/no-commonjs */
module.exports = {
bail: true,
resetMocks: true,
restoreMocks: true,
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/docs/'],
};