UNPKG
pulse-cli
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
The Pulse CLI tool for pulse-server
github.com/NateTheDev1/pulse-cli
pulse-cli
/
dist
/
__tests__
/
index.tests.js
7 lines
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
describe
(
'Pulse CLi'
,
() =>
{
test
(
'Should be able to run the CLI'
,
() =>
{
expect
(
true
).
toBe
(
true
); }); });
//# sourceMappingURL=index.tests.js.map