mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 22:11:55 +03:00
10 lines
188 B
Markdown
10 lines
188 B
Markdown
# AFFiNE Migration Testings
|
|
|
|
This package is used to testing migration logic for every breaking version.
|
|
|
|
```sh
|
|
BUILD_TYPE=canary yarn run build
|
|
cd tests/affine-migration
|
|
yarn run e2e
|
|
```
|