Files
AFFiNE-Mirror/tests/affine-migration/package.json
2024-08-09 18:30:07 +08: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.44.1"
},
"version": "0.16.0"
}