{"library":"deno-test","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":[]}]}