UNPKG
@harboor/cli
Version:
latest (1.0.0)
1.0.0
github.com/harboorio/cli
harboorio/cli
@harboor/cli
/
src
/
features
/
env
/
index.test.ts
6 lines
(4 loc)
•
95 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ test, expect }
from
"vitest"
;
test
(
"empty"
,
() =>
{
expect
(
true
).
toBe
(
true
); });