Skip to content

Commit

Permalink
fix: log fixed failed on ncc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 30, 2024
1 parent cd8a8c1 commit 27e1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ describe("Plugin tests", () => {
},
command: null,
adapters: {} as Context["adapters"],
logger: new Logs("debug"),
logger: new Logs("debug") as unknown as Context["logger"],
env: {} as Env,
octokit: octokit,
};
Expand Down

0 comments on commit 27e1338

Please sign in to comment.