enable all tests

This commit is contained in:
Felix Ableitner 2024-05-14 11:46:11 +02:00
parent 74d8250c8e
commit c05e216eac
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ killall -s1 lemmy_server || true
popd
pnpm i
pnpm api-test-post || true
pnpm api-test || true
killall -s1 lemmy_server || true
killall -s1 pict-rs || true

View File

@ -660,7 +660,7 @@ test("A and G subscribe to B (center) A posts, it gets announced to G", async ()
await unfollowRemotes(alpha);
});
test.only("Report a post", async () => {
test("Report a post", async () => {
// Create post from alpha
let alphaCommunity = (await resolveBetaCommunity(alpha)).community!;
await followBeta(alpha);