Skip to content

Commit

Permalink
modify config file instead of adding a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Dec 9, 2024
1 parent dfb6324 commit 4cff60d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
setupFilesAfterEnv: ['mock-mediawiki', '<rootDir>/tests/jest.setup.js'],
collectCoverageFrom: [
'morebits.js',
'twinkle.js',
'modules/**/*.{js,jsx,ts,tsx}'
]
};
3 changes: 0 additions & 3 deletions twinkle.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

/* global Morebits */

// Ignore this file in Jest's test coverage report
/* istanbul ignore file */

(function() {

// Check if account is experienced enough to use Twinkle
Expand Down

0 comments on commit 4cff60d

Please sign in to comment.