AFFiNE/tests/affine-migration
Joooye_34 4c8d54b3a7
refactor(core): use manual upgrade to replace auto migration when web setup (#5022)
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
2023-11-23 02:26:06 +00:00
..
e2e refactor(core): use manual upgrade to replace auto migration when web setup (#5022) 2023-11-23 02:26:06 +00:00
.gitignore refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
package.json chore: bump blocksuite (#5030) 2023-11-22 20:51:35 +08:00
playwright.config.ts refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
README.md refactor(core): use manual upgrade to replace auto migration when web setup (#5022) 2023-11-23 02:26:06 +00:00
tsconfig.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00

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.