diff --git a/e2e/fabloCommands.test.ts b/e2e/fabloCommands.test.ts index 0467df2e..e98c375a 100644 --- a/e2e/fabloCommands.test.ts +++ b/e2e/fabloCommands.test.ts @@ -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");