mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 21:43:08 +02:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--require should \
|
|
--reporter spec \
|
|
--bail
|
|
|
|
.PHONY: test |