We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The node-pty node module contains several .test.js files.
node-pty
node-pty is part of the vscode build and I'm looking into reducing the number of files we ship wth.
| +---node-pty | | | LICENSE | | | package.json | | | | | +---build | | | \---Release | | | conpty.node | | | conpty_console_list.node | | | pty.node | | | winpty-agent.exe | | | winpty.dll | | | | | \---lib | | | conpty_console_list_agent.js | | | eventEmitter2.js | | | eventEmitter2.test.js | | | index.js | | | interfaces.js | | | terminal.js | | | terminal.test.js | | | testUtils.test.js | | | types.js | | | unixTerminal.js | | | unixTerminal.test.js | | | utils.js | | | windowsConoutConnection.js | | | windowsPtyAgent.js | | | windowsPtyAgent.test.js | | | windowsTerminal.js | | | windowsTerminal.test.js | | | | | +---shared | | | conout.js | | | | | \---worker | | conoutSocketWorker.js
The text was updated successfully, but these errors were encountered:
Don't publish .test.js files
5411f56
Fixes #528
Ignored in #530, it might be some time until we update node-pty though as there were problems integrating the latest version.
Sorry, something went wrong.
43ee7c1
Fixes microsoft#528
Tyriar
Successfully merging a pull request may close this issue.
The
node-pty
node module contains several .test.js files.node-pty is part of the vscode build and I'm looking into reducing the number of files we ship wth.
The text was updated successfully, but these errors were encountered: