#!/usr/bin/env ts-node import test from 'tstest' test('test', async (t) => { t.pass('ok') })