From 9b54bad317b69d17134ddc27a5570984fba15826 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 27 Apr 2025 12:03:11 -0600 Subject: initial commit - client --- client/src/App.test.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client/src/App.test.js (limited to 'client/src/App.test.js') diff --git a/client/src/App.test.js b/client/src/App.test.js new file mode 100644 index 0000000..1f03afe --- /dev/null +++ b/client/src/App.test.js @@ -0,0 +1,8 @@ +import { render, screen } from '@testing-library/react'; +import App from './App'; + +test('renders learn react link', () => { + render(); + const linkElement = screen.getByText(/learn react/i); + expect(linkElement).toBeInTheDocument(); +}); -- cgit v1.2.3