UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

7 lines 270 B
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm import { test } from 'tstest'; import { CacheAgent } from './cache-agent.js'; test('CacheAgent roomMemberId() restart', async (t) => { t.ok(CacheAgent, 'tbw'); }); //# sourceMappingURL=cache-agent.spec.js.map