tandrewnichols/grunt-require-all

View on GitHub
test/fixtures/baz/quux.js

Summary

Maintainability
A
0 mins
Test Coverage
global.quuxLoaded = true;
global.quuxTimeoutRan = false;
module.exports = {};
setTimeout(function() {
  console.log('TIMEOUT RAN!');
  global.quuxTimeoutRan = true;
}, 100);