feat: Vite 8 (#2018)

* chore: upgrade vite

* fix: inconsistentCjsInterop for ReactQR

* chore: e2e tests should use relativve path and get host from playwright config

* refactor: drop qr code dependency

---------

Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
This commit is contained in:
Alex Christoffer Rasmussen
2026-03-24 09:11:57 +01:00
committed by GitHub
parent 4662cc8a26
commit cf206e6220
22 changed files with 560 additions and 117 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { expect, test } from '@playwright/test';
test('Aux timer buttons', async ({ page }) => {
await page.goto('http://localhost:4001/editor');
await page.goto('/editor');
await page.getByTestId('time-input-aux1').click();
await page.getByTestId('time-input-aux1').fill('123456');
await page.getByTestId('time-input-aux1').press('Enter');