UNPKG
term-kitty-img
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Show images in your kitty terminal
term-kitty-img
/
src
/
index.test.ts
7 lines
(5 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
7
import { hasLocalSupport }
from
"."
; test(
"hasLocalSupport"
,
async
() => {
const
result =
await
hasLocalSupport(); expect(result).toBe(
0
); });