There should also be a separate test to see if unref gets called after: ```js stdin.on('data', existingListener); stdin.off('data', existingListener); ``` (It shouldn't?) _Originally posted by @Richienb in https://github.com/sindresorhus/terminal-query/pull/2#discussion_r2678928103_
There should also be a separate test to see if unref gets called after:
(It shouldn't?)
Originally posted by @Richienb in sindresorhus/terminal-query#2 (comment)