UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

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