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

12 lines
392 B
JavaScript
Executable File

#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tstest_1 = require("tstest");
(0, tstest_1.test)('integrate testing', async (t) => {
let mapLike;
let asyncMapLike;
void mapLike;
void asyncMapLike;
t.pass('should imported typing');
});
//# sourceMappingURL=integration.spec.js.map