ts-node-test icon indicating copy to clipboard operation
ts-node-test copied to clipboard

Disable experimental warning

Open shwao opened this issue 1 year ago • 1 comments

I get the message (node:5051) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time for every test that runs. That kind of clutters the logs. This could be disabled by adding '--no-warnings=ExperimentalWarning' to the args in this line: https://github.com/meyfa/ts-node-test/blob/d92bf100b6fe3292963fe466982dc0d4a4c6f180/src/index.ts#L45

Would you accept in a PR from me for this change? Or should it be behind a flag/option?

shwao avatar Apr 06 '23 18:04 shwao