UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

9 lines 390 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 cache_agent_js_1 = require("./cache-agent.js"); (0, tstest_1.test)('CacheAgent roomMemberId() restart', async (t) => { t.ok(cache_agent_js_1.CacheAgent, 'tbw'); }); //# sourceMappingURL=cache-agent.spec.js.map