Test that all files have a single provide named like the path

This commit is contained in:
Tim Schaub
2016-08-04 16:10:37 -06:00
parent 54531ba325
commit 4261523720
4 changed files with 74 additions and 0 deletions
+4
View File
@@ -135,6 +135,10 @@ serve: build/test_requires.js build/test_rendering_requires.js
test: build/timestamps/node-modules-timestamp build/test_requires.js
node tasks/test.js
.PHONY: test-node
test-node: build/timestamps/node-modules-timestamp
./node_modules/.bin/mocha test/node
.PHONY: test-coverage
test-coverage: build/timestamps/node-modules-timestamp
node tasks/test-coverage.js