Migrate email.spec.ts from Cypress to Playwright (#11920)

Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
Michael Telatynski
2023-11-23 09:09:32 +00:00
committed by GitHub
parent e0c31f53fa
commit 8dcd13eb6d
10 changed files with 184 additions and 134 deletions

View File

@@ -3,7 +3,6 @@
"target": "es2016",
"jsx": "react",
"lib": ["es2021", "dom", "dom.iterable"],
"types": ["axe-playwright"],
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "node",