eslint-plugin/jest.config.js

9 lines
175 B
JavaScript

module.exports = {
clearMocks: true,
coverageDirectory: 'reports/coverage',
testEnvironment: 'node',
testMatch: [
'**/tests/**/*.[jt]s?(x)',
],
};