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); }); });