1
0
Fork 0
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:
Jozef Izso 2026-03-02 16:53:21 +01:00
parent d788b88f54
commit 393efa337c
Failed to extract signature

View file

@ -41,7 +41,7 @@ export default [
'assets/**',
'reports/**',
'eslint.config.mjs',
'jest.config.js',
'jest.config.cjs',
],
},
]