diff --git a/src/tests/App.test.js b/src/tests/App.test.js index 9994b9a9..28a06309 100644 --- a/src/tests/App.test.js +++ b/src/tests/App.test.js @@ -8,10 +8,28 @@ import ProductHeatmap from '../ProductHeatmap'; import AggregateHeatmap from '../AggregateHeatmap'; import CanvasPage from '../CanvasPage'; import Canvas from '../Canvas'; +import Menu from '../components/Menubar'; +import ProductCarousel from '../components/Carousel'; import { act } from 'react-dom/test-utils'; const getById = queryByAttribute.bind(null, 'id'); +describe.only("Product Carousel", () => { + + test('Product Carousel Render', async() => { + render({return 0;}}/>); + }) +}) + +describe.only("Menubar", () => { + + test('Menubar Render', async() => { + render({return 0;}}/>); + + expect(screen.getByText(/login/i)).toBeInTheDocument() + }) +}) + describe("Canvas", () => { test('Canvas Render', async() => {