UNPKG

@juzi/wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

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