python-archieve-projects/WechatBot/node_modules/async-map-like/dist/esm/tests/integration.spec.js

10 lines
296 B
JavaScript
Executable File

#!/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