Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <[email protected]>
  • Loading branch information
dzikowski committed Oct 15, 2024
1 parent 4292ce8 commit 2ef2816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fabloCommands.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import TestCommands from "./TestCommands";
import { version as currentFabloVersion } from "../package.json";
import { FabloConfigJson } from "../generators/types/FabloConfigJson";
import { FabloConfigJson } from "../src/types/FabloConfigJson";
import * as fs from "fs";

const commands = new TestCommands("e2e/__tmp__/commands-tests");
Expand Down

0 comments on commit 2ef2816

Please sign in to comment.