Skip to content

Commit

Permalink
fix import and remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Jan 26, 2024
1 parent d3df786 commit 5af494b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
8 changes: 3 additions & 5 deletions test/params.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { expect } from "chai";
import {
Architecture,
getImagePath,
getLegacyImagePath
} from "@dappnode/types";
import { Architecture } from "@dappnode/types";
import { getImagePath } from "../src/utils/getImagePath.js";
import { getLegacyImagePath } from "../src/utils/getLegacyImagePath.js";

describe("params", () => {
const testCases: {
Expand Down
18 changes: 0 additions & 18 deletions test/shellSafe.ts

This file was deleted.

0 comments on commit 5af494b

Please sign in to comment.