UNPKG
eiusaut
Version:
latest (1.6.2)
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
github.com/JudsonGislason/eiusaut.git
JudsonGislason/eiusaut
eiusaut
/
packages
/
types
/
tests
/
index.ts
6 lines
(5 loc)
•
108 B
text/typescript
View Raw
1
2
3
4
5
6
describe(
'@xmpp-ts/types'
, () => { it(
'should work'
,
async
() => { expect(
true
).toBe(
true
); }); });