mention more tests

This commit is contained in:
dakkar 2024-11-08 17:09:03 +00:00
parent 41ac75a113
commit 9980a2b9ff

View file

@ -664,10 +664,11 @@ seems to do a decent job)
* double-check the new migration, that they won't conflict with our db * double-check the new migration, that they won't conflict with our db
changes: `git diff develop -- packages/backend/migration/` changes: `git diff develop -- packages/backend/migration/`
* `pnpm clean; pnpm build` * `pnpm clean; pnpm build`
* run tests `pnpm --filter='!megalodon' test` (requires a test * run tests `pnpm --filter='!megalodon' test; pnpm --filter backend
database, [see above](#testing)) and fix as much as you can test:e2e` (requires a test database, [see above](#testing)) and fix
as much as you can
* right now `megalodon` doesn't pass its tests, so we skip them * right now `megalodon` doesn't pass its tests, so we skip them
* run lint `pnpm --filter=backend lint` + `pnpm --filter=frontend * run lint `pnpm --filter=backend lint` + `pnpm --filter=frontend
eslint` and fix as much as you can --filter=frontend-embed eslint` and fix as much as you can
Then push and open a Merge Request. Then push and open a Merge Request.