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(react-native): remove wrong jest import #1280

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

subzero10
Copy link
Member

Status

READY

Description

Fixes: #1278.

  • Removes an erroneous jest-fetch-mock import that was added by mistake in a source file.
  • Also creates a custom eslint rule that will prevent similar errors in the future.

Also creates a custom eslint rule that will prevent similar errors in the future

Fixes: #1278
@subzero10 subzero10 added bug react-native @honeybadger-io/react-native labels Jan 3, 2024
@subzero10 subzero10 requested a review from stympy January 3, 2024 10:04
@subzero10 subzero10 self-assigned this Jan 3, 2024
@subzero10 subzero10 merged commit ec9498a into master Jan 4, 2024
9 checks passed
@subzero10 subzero10 deleted the remove-wrong-import-#1278 branch January 4, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug react-native @honeybadger-io/react-native
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jest-fetch-mock import error in react-native integration
2 participants