#!/usr/bin/env -S node --no-warnings --loader ts-node/esm import { test } from 'tstest'; test('integrate testing', async (t) => { let mapLike; let asyncMapLike; void mapLike; void asyncMapLike; t.pass('should imported typing'); }); //# sourceMappingURL=integration.spec.js.map