Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

@jest/types config is missing timers option #10609

Closed
trevordavis opened this issue Oct 8, 2020 · 2 comments 路 Fixed by #10632
Closed

@jest/types config is missing timers option #10609

trevordavis opened this issue Oct 8, 2020 · 2 comments 路 Fixed by #10632

Comments

@trevordavis
Copy link

馃悰 Bug Report

@jest/types config in Config.ts, InitialOptions and DefaultOptions needs to have timers: 'real' | 'fake' | 'modern';

To Reproduce

Navigate to jest/packages/jest-types/src/Config.ts. Observe that the timers field in InitialOptions and DefaultOptions is missing the option modern.

Expected behavior

The timers field has an option for modern.

envinfo

 System:
    OS: Windows 10 10.0.19042
    CPU: (12) x64 Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz
  Binaries:
    Node: 12.18.3 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.12.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
    npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
@SimenB
Copy link
Member

SimenB commented Oct 8, 2020

Wanna send a PR fixing it? 馃檪

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants