Skip to content

Commit dfb6324

Browse files
committed
tests: ignore twinkle.js in code coverage report
Was showing like 35% covered. But this was just from scaffolding code or something. Actual # of unit tests is 0.
1 parent 6994d0b commit dfb6324

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

twinkle.js

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

1818
/* global Morebits */
1919

20+
// Ignore this file in Jest's test coverage report
21+
/* istanbul ignore file */
22+
2023
(function() {
2124

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

0 commit comments

Comments
 (0)