Skip to content

Commit

Permalink
style: mark global
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Oct 11, 2024
1 parent 89f5db1 commit 83609a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/coverage.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global require */

var allTests = require.context('.', true, /.*Spec\.js$/);

allTests.keys().forEach(allTests);
Expand Down
2 changes: 2 additions & 0 deletions test/suite.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global require */

var allTests = require.context('.', true, /.*Spec\.js$/);

allTests.keys().forEach(allTests);

0 comments on commit 83609a6

Please sign in to comment.