bare-tapDecember 5, 2025 ยท View on GitHubMinimal TAP library for Bare. npm i bare-tap Usage const t = require('bare-tap') t.plan(2) t.equal('Hello world'.length, 11) t.ok(Bare) License Apache-2.0