From 9980a2b9ff4fb95ba0d2e19f5482b6a41f48ec33 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 8 Nov 2024 17:09:03 +0000 Subject: [PATCH] mention more tests --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b7f495dc7..e774e4b8c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -664,10 +664,11 @@ seems to do a decent job) * double-check the new migration, that they won't conflict with our db changes: `git diff develop -- packages/backend/migration/` * `pnpm clean; pnpm build` -* run tests `pnpm --filter='!megalodon' test` (requires a test - database, [see above](#testing)) and fix as much as you can +* run tests `pnpm --filter='!megalodon' test; pnpm --filter backend + 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 * 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.