UNPKG
rta-cli
Version:
latest (0.0.2)
0.0.2
0.0.1
Redwood Template App CLI
github.com/archae0pteryx/rta-cli
archae0pteryx/rta-cli
rta-cli
/
src
/
index.spec.ts
8 lines
(6 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ cli }
from
'./cli'
describe
(
'rta-cli base'
,
() =>
{
it
(
'converts git diff output to an array of [operation, file]'
,
() =>
{
expect
(
true
).
toBeTruthy
() }) })