AFFiNE/tests/affine-local/package.json

14 lines
283 B
JSON
Raw Normal View History

{
"name": "@affine-test/affine-local",
"private": true,
"scripts": {
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
2024-02-23 12:37:13 +03:00
"@playwright/test": "^1.41.2"
2023-07-13 20:01:58 +03:00
},
"version": "0.14.0"
}