mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
Close [BS-2315](https://linear.app/affine-design/issue/BS-2315/page-block-header) ### What Changes - Add header toolbar to page block (the first note in canvas) - Add e2e tests - Add some edgeless e2e test utils. **The package `@blocksuite/affine` was added to `"@affine-test/kit"`**
26 lines
622 B
JSON
26 lines
622 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.19.0",
|
|
"exports": {
|
|
"./electron": "./src/electron.ts",
|
|
"./mobile": "./src/mobile.ts",
|
|
"./playwright": "./src/playwright.ts",
|
|
"./utils/*": "./src/utils/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-tools/utils": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@node-rs/argon2": "^2.0.2",
|
|
"@playwright/test": "=1.49.1",
|
|
"express": "^4.21.2",
|
|
"http-proxy-middleware": "^3.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*",
|
|
"express": "*",
|
|
"http-proxy-middleware": "*"
|
|
}
|
|
}
|