UNPKG

borp

Version:

node:test wrapper with TypeScript support

8 lines (6 loc) 164 B
import { test } from 'node:test' import { add } from '../lib/add.js' import { strictEqual } from 'node:assert' test('add2', () => { strictEqual(add(3, 2), 5) })