Pinned Loading
-
twin-bcrypt
twin-bcrypt Publicasm.js JavaScript implementation of the bcrypt algorithm for Node and the browser.
-
-
-
ponystream
ponystream PublicA small library to free lots of ponies at the bottom of any element of your web page.
JavaScript 1
-
The smallest test framework
The smallest test framework 1const test = exports.test = (label, cb) => (test.$list || (test.$list = [])).push({ label, cb })
2exports.beforeEach = cb => test.$beforeEach = cb
3setImmediate(() => test.$list.forEach(async ({ label, cb }) => console.log(label, await cb(test.$beforeEach?.()) || '\u001B[32m✔\u001B[39m')))
4test.skip = (label, cb) => console.log(label, '\u001B[91m✗ SKIPPED\u001B[39m')
5test.todo = (label, cb) => console.log(label, '\u001B[91m✗ TODO\u001B[39m')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.