Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Bring cobsFixture back to the httpd-api tests
Sebastian Martinez committed 2 years ago
commit 92f19d0ca4cc15583f1eb856cb5f669d1a1f6be0
parent 00f752a990a416013767bc398dd9a2d8b9c2372c
1 file changed +3 -0
modified httpd-client/tests/support/globalSetup.ts
@@ -8,6 +8,7 @@ import {
} from "@tests/support/support.js";
import { createPeerManager } from "@tests/support/peerManager";
import {
+
  createCobsFixture,
  createSourceBrowsingFixture,
  gitOptions,
  startPalmHttpd,
@@ -49,6 +50,8 @@ export default async function globalSetup(): Promise<() => void> {

    console.log("Creating source-browsing fixture");
    await createSourceBrowsingFixture(peerManager, palm);
+
    console.log("Creating cobs fixture");
+
    await createCobsFixture(palm);
    console.log("Running tests");
    await palm.stopNode();
  } else {