Skip to content

Commit 54f7dee

Browse files
committed
clean
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 64e167d commit 54f7dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ module.exports = {
4242
// An array of glob patterns indicating a set of files for which coverage information should be collected
4343
collectCoverageFrom: [
4444
'src/**',
45-
'bin/**',
46-
'dist/**' // running tests on build results, so need to have this vector
45+
'dist/**', // running tests on build results, so need to have this vector
46+
'bin/**'
4747
],
4848

4949
// The directory where Jest should output its coverage files

0 commit comments

Comments
 (0)