From fcd615c417956b944323d40a22d0789e95188ef4 Mon Sep 17 00:00:00 2001 From: Rene Dellefont Date: Sat, 20 Nov 2021 10:54:31 -0500 Subject: [PATCH] revert: test(QueryResetErrorBoundary): adjust tests to pass for notifyOnChaneProps udpate This reverts commit a34b4720675dad5ee6ebde401639f328c0c83122. The changes are not necessary after PR #2993 fix. --- src/reactjs/tests/QueryResetErrorBoundary.test.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/reactjs/tests/QueryResetErrorBoundary.test.tsx b/src/reactjs/tests/QueryResetErrorBoundary.test.tsx index 6aa1f947a3..5e304c6f99 100644 --- a/src/reactjs/tests/QueryResetErrorBoundary.test.tsx +++ b/src/reactjs/tests/QueryResetErrorBoundary.test.tsx @@ -34,7 +34,6 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, - notifyOnChangeProps: 'all', } ) return
{data}
@@ -161,7 +160,6 @@ describe('QueryErrorResetBoundary', () => { retry: false, enabled, useErrorBoundary: true, - notifyOnChangeProps: 'all', } ) @@ -285,7 +283,6 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, - notifyOnChangeProps: 'all', } ) return
{data}
@@ -345,7 +342,6 @@ describe('QueryErrorResetBoundary', () => { retry: false, useErrorBoundary: true, initialData: 'initial', - notifyOnChangeProps: 'all', } ) return
{data}
@@ -406,7 +402,6 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, - notifyOnChangeProps: 'all', } ) return
{data}
@@ -470,7 +465,6 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, - notifyOnChangeProps: 'all', } ) return
{data}