Skip to content

Commit

Permalink
Add unref to focus test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodepalo committed Aug 8, 2023
1 parent f18ae75 commit 072eb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/focus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const createStdin = () => {
stdin.setRawMode = spy();
stdin.setEncoding = () => {};
stdin.read = stub();
stdin.unref = () => {};

return stdin;
};
Expand Down

0 comments on commit 072eb74

Please sign in to comment.