UNPKG
wechaty-token
Version:
latest (1.0.6)
next (1.1.2)
1.1.2
1.1.1
1.0.6
1.0.5
0.5.8
0.5.7
0.5.5
0.4.4
0.4.3
0.4.2
0.3.1
0.2.1
0.1.7
0.1.4
0.1.2
0.1.1
Wechaty Token Based Authentication Manager
github.com/wechaty/token
wechaty/token
wechaty-token
/
dist
/
esm
/
tests
/
integration.spec.js
8 lines
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
import
{ test }
from
'tstest'
;
import
{
WechatyToken
, }
from
'../src/mod.js'
;
test
(
'integration testing'
,
async
(t) => {
void
WechatyToken
;
void
t.
skip
(
'tbw'
); });
//# sourceMappingURL=integration.spec.js.map