How to run the Node built-in testrunner for TypeScript files inside a specific directory? · Issue #3902 · nodejs/help
Details I want to replace Mocha tests with the built-in testrunner. All tests are inside a test directory and follow the pattern ...Tests.ts I started with a fooTests.ts file import assert from 'as...