Skip to main content


JavaScript unit testing (tape, ESM)

Tape implemented support for ECMAScript modules a little while ago so you no longer need my ESM Tape Runner module for most things. However, if you want to unit test experimental ES Module Loaders, it’s still useful.

github.com/small-tech/esm-tape…

Also, if you want a cute monkey to report your TAP results, see Tap Monkey (github.com/small-tech/tap-monk…)

#js #javascript #unitTesting #tape #esm #ECMAScriptModules #ESModuleLoaders #tap

in reply to Aral Balkan

JavaScript unit testing (tape, ESM)
Never heard of tape before, that's pretty cool and very lightweight. Also, cute monkey!
in reply to root

JavaScript unit testing (tape, ESM)
Merci. Tape’s a bit old school now, I guess. But I still haven’t found anything I like better. I enjoy its simplicity :)
Unknown parent

Aral Balkan
JavaScript unit testing (tape, ESM)
Aw, neat :) Let me know how you get on 🐵