UNPKG

@matteo.collina/tspl

Version:

Count the number of assertions for node:test

8 lines (6 loc) 159 B
const test = require('node:test') const tspl = require('.') test('tspl', async (t) => { const { strictEqual } = tspl(t, { plan: 2 }) strictEqual(1, 1) })