elearning/Frontend-Learner/node_modules/speakingurl/Makefile
2026-01-13 10:48:02 +07:00

13 lines
223 B
Makefile

# Default task
all: install
# Install dependencies
install:
@npm install
# Run test suites
tests: tests-unit
# Run unit tests
tests-unit:
@./node_modules/.bin/mocha --ui bdd --reporter spec --colors --recursive ./test