Skip to content

Commit 4cff60d

Browse files
committed
modify config file instead of adding a comment
1 parent dfb6324 commit 4cff60d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
setupFilesAfterEnv: ['mock-mediawiki', '<rootDir>/tests/jest.setup.js'],
77
collectCoverageFrom: [
88
'morebits.js',
9-
'twinkle.js',
109
'modules/**/*.{js,jsx,ts,tsx}'
1110
]
1211
};

Diff for: twinkle.js

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
/* global Morebits */
1919

20-
// Ignore this file in Jest's test coverage report
21-
/* istanbul ignore file */
22-
2320
(function() {
2421

2522
// Check if account is experienced enough to use Twinkle

0 commit comments

Comments
 (0)