未验证 提交 b4193b8c 编写于 作者: J Joe Previte

feat: add jest-playwright and packages

上级 4ff73389
......@@ -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",
},
......
......@@ -12,5 +12,11 @@
"playwright": "^1.8.0",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4"
},
"dependencies": {
"jest-playwright-preset": "^1.5.1",
"playwright-chromium": "^1.10.0",
"playwright-firefox": "^1.10.0",
"playwright-webkit": "^1.10.0"
}
}
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册