mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-21 23:52:12 +01:00
Use correct Jest config filename
This commit is contained in:
parent
d788b88f54
commit
393efa337c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export default [
|
||||||
'assets/**',
|
'assets/**',
|
||||||
'reports/**',
|
'reports/**',
|
||||||
'eslint.config.mjs',
|
'eslint.config.mjs',
|
||||||
'jest.config.js',
|
'jest.config.cjs',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue