feat: add jest-playwright and packages

This commit is contained in:
Joe Previte
2021-03-30 10:30:38 -07:00
parent 4ff73389ef
commit b4193b8c68
3 changed files with 581 additions and 14 deletions

View File

@@ -2,6 +2,7 @@
import type { Config } from "@jest/types"
const config: Config.InitialOptions = {
preset: "jest-playwright-preset",
transform: {
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest",
},