Modularized panels
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
test:
|
||||
@NODE_ENV=test ./node_modules/.bin/mocha
|
||||
|
||||
test-w:
|
||||
@NODE_ENV=test ./node_modules/.bin/mocha \
|
||||
--growl \
|
||||
--watch
|
||||
|
||||
.PHONY: test test-w
|
||||
Reference in New Issue
Block a user