This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/npm.js b/lib/npm.js | |
index 79d276722..7fb234cc9 100644 | |
--- a/lib/npm.js | |
+++ b/lib/npm.js | |
@@ -3,6 +3,30 @@ | |
// we define and instantiate the singleton ahead of loading any modules | |
// required for its methods. | |
+/* istanbul ignore next */ { | |
+ const timers = {} |