theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 311 forks source link

Intern test npm script is hiding stderr text #1066

Closed jason0x43 closed 4 years ago

jason0x43 commented 4 years ago

When running self tests with npm test, the test script in scripts/test.ts is hiding stderr text. This can hide certain Intern errors, such as those emitted before reporters have been loaded.