UNPKG

aijinkela-wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

7 lines 336 B
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm import { test, } from 'tstest'; test('ProtectedPropertyWechatifyUserModuleMixin', async (t) => { const noOneLeft = true; t.ok(noOneLeft, 'should match Mixin properties for every protected property'); }); //# sourceMappingURL=wechatify-user-module-mixin.spec.js.map