UNPKG
@remote.it/cli
Version:
latest (0.42.2-alpha.1)
0.43.1
0.42.2-alpha.1
0.42.2-alpha.0
0.42.1
0.42.0
0.5.2
0.5.1
remote.it cross-platform command line
@remote.it/cli
/
src
/
CLI.test.ts
8 lines
(6 loc)
•
134 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
CLI
}
from
'./CLI'
describe
(
'CLI'
,
() =>
{
test
(
'should not explode'
,
async
() => {
expect
(
CLI
).
toBeDefined
() }) })