Skip to content

Commit

Permalink
revert: test(QueryResetErrorBoundary): adjust tests to pass for notif…
Browse files Browse the repository at this point in the history
…yOnChaneProps udpate

This reverts commit a34b472.

The changes are not necessary after PR TanStack#2993 fix.
  • Loading branch information
babycourageous committed Nov 20, 2021
1 parent c57e400 commit fcd615c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/reactjs/tests/QueryResetErrorBoundary.test.tsx
Expand Up @@ -34,7 +34,6 @@ describe('QueryErrorResetBoundary', () => {
{
retry: false,
useErrorBoundary: true,
notifyOnChangeProps: 'all',
}
)
return <div>{data}</div>
Expand Down Expand Up @@ -161,7 +160,6 @@ describe('QueryErrorResetBoundary', () => {
retry: false,
enabled,
useErrorBoundary: true,
notifyOnChangeProps: 'all',
}
)

Expand Down Expand Up @@ -285,7 +283,6 @@ describe('QueryErrorResetBoundary', () => {
{
retry: false,
useErrorBoundary: true,
notifyOnChangeProps: 'all',
}
)
return <div>{data}</div>
Expand Down Expand Up @@ -345,7 +342,6 @@ describe('QueryErrorResetBoundary', () => {
retry: false,
useErrorBoundary: true,
initialData: 'initial',
notifyOnChangeProps: 'all',
}
)
return <div>{data}</div>
Expand Down Expand Up @@ -406,7 +402,6 @@ describe('QueryErrorResetBoundary', () => {
{
retry: false,
useErrorBoundary: true,
notifyOnChangeProps: 'all',
}
)
return <div>{data}</div>
Expand Down Expand Up @@ -470,7 +465,6 @@ describe('QueryErrorResetBoundary', () => {
{
retry: false,
useErrorBoundary: true,
notifyOnChangeProps: 'all',
}
)
return <div>{data}</div>
Expand Down

0 comments on commit fcd615c

Please sign in to comment.