{"library":"node-test","type":"library","category":null,"description":"node-test is a simple, asynchronous test runner for Node.js, currently at version 1.4.6. Its core design principles emphasize concurrent test execution, the absence of global testing primitives like `describe` or `it`, and the ability to run test files directly via `node` without a dedicated CLI. It supports asynchronous tests through Promises or Node.js-style callbacks and extends the core `assert` module with additional assertions. The library prioritizes direct code execution and debuggability by not forking test processes by default, aiming to make testing feel like writing any other application code. Release cadence is infrequent, with the last major update several years ago, indicating a mature but less actively developed project. It differentiates itself by its minimalist, no-globals approach.","language":"javascript","status":"maintenance","version":"1.4.6","tags":["javascript"],"install":[{"cmd":"npm install node-test","imports":["const Suite = require('node-test');","suite.test('My Test', t => { /* ... */ });","t.equal(actual, expected, 'message');"]},{"cmd":"yarn add node-test","imports":[]},{"cmd":"pnpm add node-test","imports":[]}],"homepage":null,"github":"https://github.com/ben-page/node-test","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-test","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-test/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}