{"library":"deno-test","type":"library","category":null,"description":"Run Deno-style tests (Deno.test, t.step) on Node.js without rewriting test files. v1.0.2 requires Node.js >=23.6.0 for its sync module hooks. Resolution uses @deno/loader to handle jsr:, @std/*, and import maps. Outputs results via node:test runner. Ideal for checking Node.js compatibility of Deno-first packages.","language":"javascript","status":"active","version":"1.0.2","tags":["javascript"],"last_verified":"Sat May 09","install":[{"cmd":"npm install deno-test","imports":["// no import needed; Deno.test is global when using deno-test CLI","import { assertEquals } from '@std/assert';","Deno.test('name', async (t) => { await t.step('sub', () => {}); });","// not imported; CLI handles automatically"]},{"cmd":"yarn add deno-test","imports":[]},{"cmd":"pnpm add deno-test","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/deno-test","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}