Mailspring/packages/client-app/spec/n1-spec-runner
Evan Morikawa 53465515b0 [client-app] replace setImmediate with setTimeout as Promise scheduler
Summary:
This changes the scheduler from `setImmediate` to `setTimeout`. The HUGE
difference is that Chrome's async stack traces works with `setTimeout` but
does NOT work with `setImmediate`. These two functions are adjacent to
each other in the Node event loop, so nothing should depend on the change
in ordering.

Test Plan: manual

Reviewers: mark, spang, halla, juan

Reviewed By: spang, halla

Differential Revision: https://phab.nylas.com/D4068
2017-03-01 12:16:54 -08:00
..
console-reporter.es6
jasmine-extensions.es6
jasmine.js
master-after-each.es6
master-before-each.es6
n1-gui-reporter.cjsx
n1-spec-loader.es6
n1-spec-runner.es6
nylas-test-constants.es6
react-test-utils-extensions.es6
spec-bootstrap.es6
terminal-reporter.es6
time-override.coffee
time-reporter.coffee