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
/
puppet-mixin.spec.js
7 lines
•
307 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
(
'ProtectedPropertyPuppetMixin'
,
async
(t) => {
const
noOneLeft =
true
; t.
ok
(noOneLeft,
'should match Mixin properties for every protected property'
); });
//# sourceMappingURL=puppet-mixin.spec.js.map