mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-11 03:26:27 +00:00
try to fix api tests
This commit is contained in:
parent
ec74669c51
commit
ee091c75da
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 || true
|
pnpm api-test-image || true
|
||||||
|
|
||||||
killall -s1 lemmy_server || true
|
killall -s1 lemmy_server || true
|
||||||
killall -s1 pict-rs || true
|
killall -s1 pict-rs || true
|
||||||
|
|
|
@ -37,7 +37,7 @@ import {
|
||||||
beforeAll(setupLogins);
|
beforeAll(setupLogins);
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
await Promise.all([unfollows(), deleteAllImages(alpha)]);
|
//await Promise.all([unfollows(), deleteAllImages(alpha)]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Upload image and delete it", async () => {
|
test("Upload image and delete it", async () => {
|
||||||
|
|
Loading…
Reference in a new issue