UNPKG
aijinkela-wechaty
Version:
latest (1.20.2)
next (1.20.2)
1.20.2
Wechaty is a RPA SDK for Chatbot Makers.
github.com/wechaty/
wechaty/wechaty
aijinkela-wechaty
/
dist
/
esm
/
src
/
wechaty-mixins
/
wechatify-user-module-mixin.spec.js
7 lines
•
336 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/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