mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
TEST_FILES := $(shell find ./**/*.ts)
|
|
|
|
|
|
test: $(TEST_FILES)
|
|
deno test test.ts
|
|
deno check mod.ts
|