Node has built-in testing that's very similar to Mocha, but also supports mocking: https://nodejs.org/api/test.html I tried switching an extensions tests over to this, and although they run, VS Code doesn't recognise them and reports 0 tests ran.
Node has built-in testing that's very similar to Mocha, but also supports mocking:
https://nodejs.org/api/test.html
I tried switching an extensions tests over to this, and although they run, VS Code doesn't recognise them and reports 0 tests ran.