Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Oct 9, 2024
1 parent 5fdf023 commit c81991d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { vol } from "memfs";
// Use default imports to allow spying on functions and replacing with mock methods
import { ActiveDeployment } from "../../deployment/get";
import { resolve } from "path";
import { IAssetEntryHashmap } from "data-models/deployment.model";
import { IAssetEntryHashmap } from "data-models/assets.model";
import { useMockLogger } from "../../../../test/helpers/utils";

// Mock all fs calls to use memfs implementation
Expand Down

0 comments on commit c81991d

Please sign in to comment.