Permalink
Please sign in to comment.
Showing
with
8 additions
and 5 deletions.
- +1 −0 .gitignore
- +1 −2 Makefile
- +4 −0 package.json
- +0 −1 support/expresso
- +1 −1 test/exist.test.js
- +1 −1 test/should.test.js
@@ -0,0 +1 @@ | ||
+node_modules |
@@ -1,6 +1,5 @@ | ||
test: | ||
- @./support/expresso/bin/expresso \ | ||
- -I lib | ||
+ @./node_modules/.bin/expresso | ||
.PHONY: test |
Submodule expresso
deleted from
7f10ab
0 comments on commit
ddb1463