You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

13 lines
265 B

'use strict';
// Global objects / functions to be bound before requiring test file, so tests do not interfere.
var x = module.exports;
x.now = Date.now;
x.setTimeout = setTimeout;
x.clearTimeout = clearTimeout;
x.setImmediate = require('set-immediate-shim');