▲ | ilkkao 19 hours ago | |
I just started to use nodejs test runner in a new project. All configuration is basically: node --experimental-transform-types --experimental-test-module-mocks --env-file test/test.env --test It then automatically runs all my test/*.tests.ts files. So nice to get rid of all that extra config. As this is still a tiny project, I can tolerate some API changes in these experimental features. |