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: tests #133

Merged
merged 8 commits into from
Dec 16, 2024
Merged

fix: tests #133

merged 8 commits into from
Dec 16, 2024

Conversation

HassanBahati
Copy link
Collaborator

  • Disable running test files in parallel to solve race conditions
  • Upgrade invertase/firebase-emulator-action to v1.0.1

Copy link

docs-page bot commented Dec 1, 2024

To view this pull requests documentation preview, visit the following URL:

docs.page/invertase/tanstack-query-firebase~133

Documentation is deployed and generated using docs.page.

@HassanBahati HassanBahati requested a review from Ehesp December 1, 2024 17:50
UseMutationOptions<TData, TError, void>,
"mutationFn"
>;

export function useClearIndexedDbPersistenceMutation(
firestore: Firestore,
options?: FirestoreUseMutationOptions<void, FirestoreError>
options?: UseFirestoreMutationOptions<void, FirestoreError>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made this change so as to have a change in the react package so that react tests are triggered to run.

@Ehesp Ehesp merged commit 73a0b64 into invertase:next Dec 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants