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
Projects
Releases
Packages
Wiki
Activity
Actions
f51f12bce8
code-katas
/
typescript
/
fizzbuzz
/
justfile
9 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
FizzBuzz with TypeScript
2022-09-24 00:49:23 +01:00
default
:
just --list
build: simplify test command
2022-10-04 12:00:00 +01:00
test
:
jest
FizzBuzz with TypeScript
2022-09-24 00:49:23 +01:00
test-watch
:
ls *.ts
|
entr -r just
test
Reference in a new issue
Copy permalink