Permalink
Please sign in to comment.
Showing
with
38 additions
and 30 deletions.
- +4 −9 Makefile
- +1 −0 lib/formatter.js
- +1 −1 lib/formatter.min.js
- +1 −0 lib/jquery.formatter.js
- +1 −1 lib/jquery.formatter.min.js
- +9 −9 package.json
- +11 −10 src/formatter.js
- +10 −0 test/formatter.js
| @@ -1,11 +1,6 @@ | ||
| -MOCHA_OPTS= --check-leaks | ||
| -REPORTER = spec | ||
| - | ||
| test: | ||
| - @NODE_ENV=test ./node_modules/.bin/mocha \ | ||
| - --reporter $(REPORTER) \ | ||
| - $(MOCHA_OPTS) && \ | ||
| - grunt uglify concat && \ | ||
| - grunt jshint | ||
| + @NODE_ENV=test grunt uglify concat && \ | ||
| + grunt jshint && \ | ||
| + ./node_modules/.bin/mocha --reporter spec --check-leaks | ||
| -.PHONY: test | ||
| +.PHONY: test |
Oops, something went wrong.
0 comments on commit
56be36b