From fb5a2564e5fd56dc022b9bcbef9d9716c0c86cce Mon Sep 17 00:00:00 2001 From: Raymond Khalife Date: Mon, 10 Feb 2025 20:56:32 -0500 Subject: [PATCH] fix react tests --- .../react_tests/src/__frontend_name__/src/tests/App.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfx/assets/project_templates/react_tests/src/__frontend_name__/src/tests/App.test.jsx b/src/dfx/assets/project_templates/react_tests/src/__frontend_name__/src/tests/App.test.jsx index a2950b0fac..0da059aac6 100644 --- a/src/dfx/assets/project_templates/react_tests/src/__frontend_name__/src/tests/App.test.jsx +++ b/src/dfx/assets/project_templates/react_tests/src/__frontend_name__/src/tests/App.test.jsx @@ -10,7 +10,7 @@ describe('App', () => { , ); - expect(document.body.innerHTML).toMatchInlineSnapshot('"

DFINITY logo
"'); + expect(document.body.innerHTML).toMatchInlineSnapshot('"

DFINITY logo
"'); expect(1).toEqual(1); }); });