Skip to content

Commit 8e52a78

Browse files
fix failing tests
1 parent 70b9bd9 commit 8e52a78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

v-next/hardhat/test/internal/core/hook-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ describe("HookManager", () => {
428428
hookHandlers: {
429429
config: import.meta.resolve("./non-existent.js"),
430430
},
431+
npmPackage: null,
431432
};
432433

433434
const manager = new HookManagerImplementation(projectRoot, [

v-next/hardhat/test/internal/core/tasks/task-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,6 +2096,7 @@ describe("TaskManagerImplementation", () => {
20962096
.setAction("file://not-a-module")
20972097
.build(),
20982098
],
2099+
npmPackage: null,
20992100
},
21002101
],
21012102
},

0 commit comments

Comments
 (0)