Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « trim « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e9c8d36ebcd2f63843cf5a534e4db3459b2d637 (plain)
1
2
3
4
5
6
7

test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter spec

.PHONY: test