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
I'm using Mocha Version 6.0.2 in my project with ts-node for writing unit tests in TypeScript.
I'm starting mocha from the command line via:
mocha --require ts-node/register --ui bdd ./src/**/*.test.ts ./src/**/*.test.tsx
With ts-node 6.x I don't have any problems, but all ts-node versions after (7.x and 8.x) make mocha hanging without any output.
Is it possible to get a debug output from Mocha or ts-node to see what's going on?
The text was updated successfully, but these errors were encountered:
I'm seeing the same thing with alsatian tests with ts-node 8.x but not with 7.0.1
Sorry, something went wrong.
Duplicate of #754.
For now --transpile-only with the CLI should help. See https://github.com/TypeStrong/ts-node#cli-and-programmatic-options.
--transpile-only
Closing because each aspect of this ticket is either solved or the necessary work is tracked by other issues:
TS_NODE_DEBUG=true
No branches or pull requests
I'm using Mocha Version 6.0.2 in my project with ts-node for writing unit tests in TypeScript.
I'm starting mocha from the command line via:
mocha --require ts-node/register --ui bdd ./src/**/*.test.ts ./src/**/*.test.tsx
With ts-node 6.x I don't have any problems, but all ts-node versions after (7.x and 8.x) make mocha hanging without any output.
Is it possible to get a debug output from Mocha or ts-node to see what's going on?
The text was updated successfully, but these errors were encountered: