python-archieve-projects/WechatBot/node_modules/wechaty-puppet/dist/esm/src/mixins/message-mixin.spec.js

7 lines
304 B
JavaScript
Executable File

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