Skip to content

Commit

Permalink
add before all to test
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 27, 2023
1 parent 9f52a9d commit 106dd3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/installer/test/unit/ethClient/fullNodeEdit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import { params } from "@dappnode/params";
// 2. With the existing edited compose will add back again the alias: fullnode.dappnode and test it

describe("Edit fullnode in eth client", () => {
beforeAll(() => {
// create dnp_repo dir
shellSafe("mkdir dnp_repo");
});
const composeWithFullnodeAlias = `
version: '3.5'
services:
Expand Down

0 comments on commit 106dd3e

Please sign in to comment.