Skip to content

Commit

Permalink
Remove logging in setTimeout which is preventing jest from exiting cl…
Browse files Browse the repository at this point in the history
…eanly in CI
  • Loading branch information
benfrancis committed Nov 21, 2024
1 parent bb0a1ad commit 8e63aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,6 @@ export default class Plugin {

kill(): void {
if (this.process) {
console.log(`Killing ${this.pluginId} plugin.`);
this.process.p?.kill();
}
}
Expand Down

0 comments on commit 8e63aa6

Please sign in to comment.