UNPKG

wechaty-token

Version:

Wechaty Token Based Authentication Manager

10 lines 375 B
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tstest_1 = require("tstest"); const mod_js_1 = require("../src/mod.js"); (0, tstest_1.test)('integration testing', async (t) => { void mod_js_1.WechatyToken; void t.skip('tbw'); }); //# sourceMappingURL=integration.spec.js.map