Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit f75f7b0

Browse files
committed
Adding require to global definitions for eslint.
1 parent b34145d commit f75f7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CacheableImage.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// Define globals for eslint.
3-
/* global describe it */
3+
/* global describe it require */
44

55
// Load dependencies
66
import should from 'should'; // eslint-disable-line no-unused-vars

0 commit comments

Comments
 (0)