{"library":"kocha","type":"library","category":null,"description":"Kocha (v1.9.1) is a modern, simpler clone of Mocha for JavaScript testing in Node.js. It supports BDD-style test syntax (describe/it/beforeEach/afterEach) without globals, making it lint-friendly. It requires explicit imports from the 'kocha' package. Kocha has no dependencies and uses CommonJS modules. It offers timeout and retries as explicit API calls rather than via 'this'. It is maintained with release cadence as needed. Key differentiators: no globals, no standalone browser mode, no TDD/QUnit interfaces, intentionally simpler than Mocha.","language":"javascript","status":"active","version":"1.9.1","tags":["javascript","kocha","mocha","test","bdd","tdd"],"last_verified":"Fri May 01","install":[{"cmd":"npm install kocha","imports":["const { describe } = require('kocha')","const { it } = require('kocha')","const { beforeEach } = require('kocha')","const { timeout } = require('kocha')"]},{"cmd":"yarn add kocha","imports":[]},{"cmd":"pnpm add kocha","imports":[]}],"homepage":null,"github":"https://github.com/kt3k/kocha","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/kocha","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}