connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
43 stars 6 forks source link

refactor: update dependencies, drop TAP #31

Closed connor4312 closed 4 months ago

connor4312 commented 4 months ago

This updates our dependencies. I was also recently made aware of Node's support for custom reporters thanks to rluvaton, which was not available when I first began working on the extension. This moves over to them and makes a bunch of assorted fixes found on the way. Some notable ones:

cc @rluvaton