-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
[legacy-framework] Fix your jest tests failing because of useQuery error message #1357
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: +218 B (0%) Total Size: 190 kB
ℹ️ View Unchanged
|
ntgussoni
added a commit
to ntgussoni/blitz
that referenced
this pull request
Feb 7, 2021
* 'canary' of https://github.com/blitz-js/blitz: (43 commits) v0.25.0-canary.0 docs: add nemesv as a contributor (blitz-js#1373) Fix `blitz db seed` not working (blitz-js#1363) docs: add sirmyron as a contributor (blitz-js#1361) Added useMemo call for response from useRouter (blitz-js#1352) Fix your jest tests failing because of useQuery error message (blitz-js#1357) docs: add markhaehnel as a contributor (blitz-js#1360) Fix blitz CLI not using proper exit codes (blitz-js#1316) docs: add dulcehc as a contributor (blitz-js#1359) (newapp) Add incremental:true to tsconfig.json (blitz-js#1350) Add @zanedb as a contributor docs: add nksaraf as a contributor (blitz-js#1358) Fix db.connect error when using without prisma (blitz-js#1342) Adds test to assert useMutation validation (blitz-js#1351) (newapp) Fix tests not found if app has blitz in the name (blitz-js#1355) Add setQueryData to react-query-utils AND rename mutate to setQueryData (blitz-js#1291) Fix error stack trace regression by upgrading tslog: 2.9.0 → 2.9.1 (patch) (blitz-js#1348) Upgrade superjson: 1.2.3 → 1.3.0 (blitz-js#1347) v0.24.3 Add loading progress indicator to `blitz console` (blitz-js#1336) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What are the changes and their implications?
Fix jest tests failing because of useQuery error message. This only throws the warning message if not running in a end-user jest test environment.
Checklist
[ ] PR submitted to blitzjs.com for any user facing changes