mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
refactor: plugin loading logic (#3448)
This commit is contained in:
13
tests/affine-plugin/package.json
Normal file
13
tests/affine-plugin/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@affine-test/affine-plugin",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"e2e": "yarn playwright test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@playwright/test": "^1.36.2"
|
||||
},
|
||||
"version": "0.7.0-canary.59"
|
||||
}
|
||||
Reference in New Issue
Block a user