8 lines
48 B
Makefile
8 lines
48 B
Makefile
|
|
test-w:
|
|
deno test --watch
|
|
|
|
test:
|
|
deno test
|
|
|
|
|