From a34b4720675dad5ee6ebde401639f328c0c83122 Mon Sep 17 00:00:00 2001 From: Rene Dellefont Date: Fri, 19 Nov 2021 17:09:38 -0500 Subject: [PATCH] test(QueryResetErrorBoundary): adjust tests to pass for notifyOnChangeProps udpate --- src/reactjs/tests/QueryResetErrorBoundary.test.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/reactjs/tests/QueryResetErrorBoundary.test.tsx b/src/reactjs/tests/QueryResetErrorBoundary.test.tsx index f73210d251..5d31189c14 100644 --- a/src/reactjs/tests/QueryResetErrorBoundary.test.tsx +++ b/src/reactjs/tests/QueryResetErrorBoundary.test.tsx @@ -34,6 +34,7 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, + notifyOnChangeProps: 'all', } ) return
{data}
@@ -160,6 +161,7 @@ describe('QueryErrorResetBoundary', () => { retry: false, enabled, useErrorBoundary: true, + notifyOnChangeProps: 'all', } ) @@ -283,6 +285,7 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, + notifyOnChangeProps: 'all', } ) return
{data}
@@ -342,6 +345,7 @@ describe('QueryErrorResetBoundary', () => { retry: false, useErrorBoundary: true, initialData: 'initial', + notifyOnChangeProps: 'all', } ) return
{data}
@@ -402,6 +406,7 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, + notifyOnChangeProps: 'all', } ) return
{data}
@@ -465,6 +470,7 @@ describe('QueryErrorResetBoundary', () => { { retry: false, useErrorBoundary: true, + notifyOnChangeProps: 'all', } ) return
{data}