chore: Next.js proxy migration & E2E integration
Former-commit-id: daf08548d0a8f45b07b4b87405edd081e823edd5
This commit is contained in:
@@ -110,7 +110,8 @@
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "vitest run --passWithNoTests",
|
||||
"test:og": "vitest run tests/og-image.test.ts",
|
||||
"test:e2e": "vitest run tests/*.e2e.test.ts",
|
||||
"test:e2e": "vitest run -c vitest.e2e.config.mts",
|
||||
"test:e2e:ci": "start-server-and-test dev http://etib.localhost test:e2e",
|
||||
"check:og": "tsx scripts/check-og-images.ts",
|
||||
"check:a11y": "pa11y-ci",
|
||||
"check:wcag": "tsx ./scripts/wcag-sitemap.ts",
|
||||
|
||||
Reference in New Issue
Block a user