import assert from 'node:assert' import test from 'node:test' test('test', async _t => { assert.ok(true) })