Files
AFFiNE-Mirror/tests/affine-migration/package.json
2024-03-19 02:34:18 +00:00

14 lines
315 B
JSON

{
"name": "@affine-test/affine-migration",
"description": "AFFiNE migration e2e tests",
"scripts": {
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.41.2"
},
"version": "0.14.0"
}