Skip to main content

Search

Items tagged with: nodejs


🥳 New release: Tap Monkey version 2.0

I just released version 2 of Tap Monkey (a TAP formatter that’s also a monkey), reworked for node:test.

(TAP is meant to be a standard and all but node:test and Tape spit out very different diagnostics, etc., so I thought it best to keep the Tape version at 1.x – it’s basically been done for years now anyway – and have a separate 2.x branch for modern node:test, which is clearly based on Tape and has huge advantages like concurrent tests – which just sped up my unit tests on Kitten by 8× after I refactored them so they could run concurrently.)

codeberg.org/small-tech/tap-mo…

Enjoy!

🍌🐒

#tapMonkey #SmallTech #TAP #testing #NodeJS #web #dev