8 lines
61 B
Makefile
8 lines
61 B
Makefile
|
|
test-w:
|
|
deno test --allow-read --watch
|
|
|
|
test:
|
|
deno test
|
|
|
|
|