UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

9 lines 399 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"); (0, tstest_1.test)('ProtectedPropertyContactMixin', async (t) => { const noOneLeft = true; t.ok(noOneLeft, 'should match Mixin properties for every protected property'); }); //# sourceMappingURL=contact-mixin.spec.js.map