mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 03:11:08 +00:00
enable all tests
This commit is contained in:
parent
74d8250c8e
commit
c05e216eac
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ killall -s1 lemmy_server || true
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pnpm i
|
pnpm i
|
||||||
pnpm api-test-post || true
|
pnpm api-test || true
|
||||||
|
|
||||||
killall -s1 lemmy_server || true
|
killall -s1 lemmy_server || true
|
||||||
killall -s1 pict-rs || true
|
killall -s1 pict-rs || true
|
||||||
|
|
|
@ -660,7 +660,7 @@ test("A and G subscribe to B (center) A posts, it gets announced to G", async ()
|
||||||
await unfollowRemotes(alpha);
|
await unfollowRemotes(alpha);
|
||||||
});
|
});
|
||||||
|
|
||||||
test.only("Report a post", async () => {
|
test("Report a post", async () => {
|
||||||
// Create post from alpha
|
// Create post from alpha
|
||||||
let alphaCommunity = (await resolveBetaCommunity(alpha)).community!;
|
let alphaCommunity = (await resolveBetaCommunity(alpha)).community!;
|
||||||
await followBeta(alpha);
|
await followBeta(alpha);
|
||||||
|
|
Loading…
Reference in a new issue