mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 13:22:40 +03:00
4c8d54b3a7
1. Split logic in `packages/common/infra/src/blocksuite/index.ts` to multiple single files 2. Move migration logic from setup to upgrade module, to prevent auto migration problems and loading problem |
||
---|---|---|
.. | ||
e2e | ||
.gitignore | ||
package.json | ||
playwright.config.ts | ||
README.md | ||
tsconfig.json |
AFFiNE Migration Testings
This package is used to testing migration logic for every breaking version.
BUILD_TYPE=canary yarn run build
cd tests/affine-migration
yarn run e2e
Tips: Run
yarn dev
to start dev server in 8080 could make debugging more quickly.