code-katas/typescript/fizzbuzz/justfile

9 lines
80 B
Makefile
Raw Normal View History

2022-09-23 23:49:23 +00:00
default:
just --list
2022-10-04 11:00:00 +00:00
test:
jest
2022-09-23 23:49:23 +00:00
test-watch:
ls *.ts | entr -r just test