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

feat: Implement jest mocks for react-native. #535

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

Commits on Jul 8, 2024

  1. v2.0.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    75725a5 View commit details
    Browse the repository at this point in the history
  2. v3.0.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9e0ea68 View commit details
    Browse the repository at this point in the history
  3. v3.1.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    799200d View commit details
    Browse the repository at this point in the history
  4. v3.2.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7833f46 View commit details
    Browse the repository at this point in the history
  5. v3.3.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    db3697f View commit details
    Browse the repository at this point in the history
  6. v3.4.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4f04b46 View commit details
    Browse the repository at this point in the history
  7. v3.5.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d248241 View commit details
    Browse the repository at this point in the history
  8. v3.5.1

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4944307 View commit details
    Browse the repository at this point in the history
  9. v4.0.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f4ee714 View commit details
    Browse the repository at this point in the history
  10. v4.1.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e8b3649 View commit details
    Browse the repository at this point in the history
  11. v4.2.0

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a877514 View commit details
    Browse the repository at this point in the history
  12. v4.2.1

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2531181 View commit details
    Browse the repository at this point in the history
  13. v4.2.2

    “Menelik committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8f9cec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. chore: created jest mock test for react-native

    “Menelik committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b2657ff View commit details
    Browse the repository at this point in the history
  2. chore:added example test app for react-native

    “Menelik committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    75583b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbf89c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60cd0a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5341e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. chore: added workspace:^ to package.json of example and jest root. Al…

    …so added 6 levels to workspace root of metro.config.js
    professorice committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fbc8178 View commit details
    Browse the repository at this point in the history
  2. chore: added @testing-library/react-hooks to jest root package, added…

    … find-yarn-workspace-root and index.js to jest example to fix monorepo issues, added @launchdarkly/jest/react-native to App.tsx and welcome.tsx
    professorice committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7750714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e3252a View commit details
    Browse the repository at this point in the history
  4. chore: Moved @launchdarkly/jest to devDependencies and changed test e…

    …nvironment in react-native jest to jsdom
    professorice committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f737935 View commit details
    Browse the repository at this point in the history
  5. Linting

    kinyoklion committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    26692ce View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. chore: modified App.tsx and welcome.tsx so that the example app is mo…

    …re like a normal react app that just mocks flags
    professorice committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    af3fcc4 View commit details
    Browse the repository at this point in the history
  2. chrore: modified App.tsx and welcome.tsx to appear more like a normal…

    … react app that just mocks flags
    professorice committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f4b52b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 20, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    d4bbdeb View commit details
    Browse the repository at this point in the history
  2. chore: added "clean script to package json, and changed package json …

    …to de-mock it after a conversation with Ryan.
    professorice committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c578a19 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    1d92d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0728fdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc3bf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ef8baa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 13, 2024

  1. chore: bumped versions

    professorice committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d36a2ad View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix: boolean flags work with simplified flag logic, but no other flag…

    …s work properly using welcome.tsx
    professorice committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1f2163e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    6e3caf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e146e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    78fd823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d45157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5b48c View commit details
    Browse the repository at this point in the history
  4. Update package.json

    kinyoklion authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    61aefc7 View commit details
    Browse the repository at this point in the history
  5. Update package.json

    kinyoklion authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a4fad23 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    23e7dac View commit details
    Browse the repository at this point in the history
  2. fix: removed getConnectionMode and setConnectionMode to since they ar…

    …e not being used and were causing an issue. Also added addHook.
    professorice committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    beef6b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fdbdbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9493ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2cb48e View commit details
    Browse the repository at this point in the history
  6. fix: prettier issue

    professorice committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0760dab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bd782f View commit details
    Browse the repository at this point in the history