diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-11-08 17:09:03 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-11-08 17:09:03 +0000 |
| commit | 9980a2b9ff4fb95ba0d2e19f5482b6a41f48ec33 (patch) | |
| tree | 77881977205e4d9d0b9667bbbdab381385429da8 | |
| parent | fix uses of renamed method (diff) | |
| download | sharkey-9980a2b9ff4fb95ba0d2e19f5482b6a41f48ec33.tar.gz sharkey-9980a2b9ff4fb95ba0d2e19f5482b6a41f48ec33.tar.bz2 sharkey-9980a2b9ff4fb95ba0d2e19f5482b6a41f48ec33.zip | |
mention more tests
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files 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. |