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