This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
code-katas
Watch
1
Star
0
Fork
You've already forked code-katas
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
f51f12bce8
code-katas
/
typescript
/
fizzbuzz
/
justfile
9 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
FizzBuzz with TypeScript
2022-09-23 23:49:23 +00:00
default
:
just --list
build: simplify test command
2022-10-04 11:00:00 +00:00
test
:
jest
FizzBuzz with TypeScript
2022-09-23 23:49:23 +00:00
test-watch
:
ls *.ts
|
entr -r just
test
Reference in a new issue
Copy permalink