We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bf440 commit 6633e81Copy full SHA for 6633e81
jest.config.js
@@ -10,7 +10,7 @@ export default {
10
11
// Какие файлы включать в покрытие
12
collectCoverageFrom: [
13
- 'src/**/*.{js}',
+ 'src/**/*.js',
14
],
15
transform: {},
16
}
0 commit comments