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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #631, add jestFakeTimersAreEnabled and use it to detect faketimer in createTimeoutController #688

Merged
merged 14 commits into from Sep 19, 2021

Commits on Sep 9, 2021

  1. fix fakeTimer problem

    add new fakeTimer test and revise the function
    
    add advanceTime
    
    revise the advanceTime
    
    use  jest.advanceTimersByTime
    
    change timeout type
    
    fix converage and revise type
    Lei Chen authored and Lei Chen committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ac1b559 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 (

    …testing-library#689)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.30.0 to 4.31.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Lei Chen committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    70610e4 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @typescript-eslint/eslint-plugin (testing-libra…

    …ry#690)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.30.0 to 4.31.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Lei Chen committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    035b437 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. test(fake-timers): add more tests to test suite for fake timers

    fix the code after code review and clean up
    
    fix the test timeout is false
    
    clean up
    
    fix coverage
    
    add skip for pass checkers
    
    add comment
    mpeyper authored and Lei Chen committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    b5ae5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3982ba5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    625c128 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    a2aca72 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Merge branch 'main' into main

    mpeyper committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    4abb375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826ff24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d383db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04d6a18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d83467 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    972981a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d623572 View commit details
    Browse the repository at this point in the history