We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4981843 commit 984e6c9Copy full SHA for 984e6c9
test/fallbacks.js
@@ -13,6 +13,7 @@ tests['getenv.disableFallbacks() makes relying on fallbacks an error'] = functio
13
getenv.enableFallbacks();
14
};
15
16
+
17
Object.keys(tests).forEach(function(key) {
18
console.log('Test: %s', key);
19
tests[key]();
0 commit comments