UNPKG
community-hubbub
Version:
latest (1.0.0)
1.0.0
client for hubbub community
github.com/hub-up/hubbub-community
hub-up/hubbub-community
community-hubbub
/
__tests__
/
client.test.js
8 lines
(6 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
describe
(
'dummy test'
,
() =>
{
it
(
'should be dumb'
,
() =>
{
expect
(
true
).
toBeTruthy
(); }); });