Dmitriy Pleshevskiy
4c086e2ba1
Some checks failed
continuous-integration/drone/push Build is failing
8 lines
74 B
Makefile
8 lines
74 B
Makefile
|
|
test-w:
|
|
deno test --allow-read --watch
|
|
|
|
test:
|
|
deno test --allow-read
|
|
|
|
|