-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ace TravisCI unit tests fail (yet pass on MacOS, Windows and Linux) #322
Comments
https://travis-ci.org/github/daisy/ace/jobs/684601865 Investigation shows that the https://github.com/facebook/jest/blob/master/packages/jest-environment-node/src/index.ts
I note the typical TypeScript transpiled output for https://github.com/facebook/jest/blob/master/packages/jest-fake-timers/src/legacyFakeTimers.ts
https://github.com/facebook/jest/blob/master/packages/jest-fake-timers/src/index.ts
|
Note that other modules work, such as ...so I am guessing the problem stems from the level of indirection: |
Latest Ace
1.2.0-beta.13
:#315
https://travis-ci.org/github/daisy/ace/jobs/684576632
TypeError: _fakeTimers(...).LegacyFakeTimers is not a constructor
The text was updated successfully, but these errors were encountered: