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: Jest timer error in unit test #12230

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 7, 2024

  1. fix timer error in unit test

    Fixes:
    ReferenceError: You are trying to access a property or method of the Jest environment after it has been torn down. From app/components/Views/QRTabSwitcher/QRTabSwitcher.test.tsx.
    
          at Timeout.now [as _onTimeout] (node_modules/react-native/jest/setup.js:28:41)
    NicolasMassart authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c6ba80a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Nov 27, 2024

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