Skip to content
  • James Ide's avatar
    [Tests] Update tests to run on io.js with the latest version of jest · 212bd225
    James Ide authored
    Updates the tests in small ways so they run on io.js with some updates:
    
     - The Cache test which relies on Promises uses `runAllImmediates` for modern versions of Node because bluebird uses `setImmediate` instead of `process.nextTick` for Node >0.10.
    
    Test Plan: Run `npm test` with the latest version of jest.
    212bd225