mirror of
https://github.com/elyby/eslint-plugin.git
synced 2024-11-26 08:42:05 +05:30
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
|
module.exports = {
|
||
|
clearMocks: true,
|
||
|
coverageDirectory: 'reports/coverage',
|
||
|
testEnvironment: 'node',
|
||
|
testMatch: [
|
||
|
'**/tests/**/*.[jt]s?(x)',
|
||
|
],
|
||
|
};
|