Skip to content

Commit

Permalink
test: update test with missing fixture initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Nov 23, 2024
1 parent 9322c90 commit 4291b6c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ describe(buildContainerModuleContainerModuleMetadataId.name, () => {
let result: unknown;

beforeAll(() => {
hashFixture = 'hash-fixture';

(hashString as jest.Mock<typeof hashString>).mockReturnValueOnce(
hashFixture,
);
Expand Down

0 comments on commit 4291b6c

Please sign in to comment.