From 6e089dc427670e17f3424780c13e28c659099330 Mon Sep 17 00:00:00 2001 From: Eric Jansen Date: Thu, 1 Aug 2024 14:20:29 +0200 Subject: [PATCH] feat: wip visual test --- test/functional/cypress/e2e/visual.cy.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/cypress/e2e/visual.cy.ts b/test/functional/cypress/e2e/visual.cy.ts index 3788e594..034fa0d2 100644 --- a/test/functional/cypress/e2e/visual.cy.ts +++ b/test/functional/cypress/e2e/visual.cy.ts @@ -45,3 +45,5 @@ describe('visual', () => { compareSnapshot(VISUAL_TEST_CONFIG.zoomLevel.head, VISUAL_TEST_CONFIG.side.back); }); }); + +export {};