Skip to content

Commit fcd615c

Browse files
revert: test(QueryResetErrorBoundary): adjust tests to pass for notifyOnChaneProps udpate
This reverts commit a34b472. The changes are not necessary after PR TanStack#2993 fix.
1 parent c57e400 commit fcd615c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/reactjs/tests/QueryResetErrorBoundary.test.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ describe('QueryErrorResetBoundary', () => {
3434
{
3535
retry: false,
3636
useErrorBoundary: true,
37-
notifyOnChangeProps: 'all',
3837
}
3938
)
4039
return <div>{data}</div>
@@ -161,7 +160,6 @@ describe('QueryErrorResetBoundary', () => {
161160
retry: false,
162161
enabled,
163162
useErrorBoundary: true,
164-
notifyOnChangeProps: 'all',
165163
}
166164
)
167165

@@ -285,7 +283,6 @@ describe('QueryErrorResetBoundary', () => {
285283
{
286284
retry: false,
287285
useErrorBoundary: true,
288-
notifyOnChangeProps: 'all',
289286
}
290287
)
291288
return <div>{data}</div>
@@ -345,7 +342,6 @@ describe('QueryErrorResetBoundary', () => {
345342
retry: false,
346343
useErrorBoundary: true,
347344
initialData: 'initial',
348-
notifyOnChangeProps: 'all',
349345
}
350346
)
351347
return <div>{data}</div>
@@ -406,7 +402,6 @@ describe('QueryErrorResetBoundary', () => {
406402
{
407403
retry: false,
408404
useErrorBoundary: true,
409-
notifyOnChangeProps: 'all',
410405
}
411406
)
412407
return <div>{data}</div>
@@ -470,7 +465,6 @@ describe('QueryErrorResetBoundary', () => {
470465
{
471466
retry: false,
472467
useErrorBoundary: true,
473-
notifyOnChangeProps: 'all',
474468
}
475469
)
476470
return <div>{data}</div>

0 commit comments

Comments
 (0)