Closed jason0x43 closed 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.
npm test
scripts/test.ts
When running self tests with
npm test
, the test script inscripts/test.ts
is hiding stderr text. This can hide certain Intern errors, such as those emitted before reporters have been loaded.