tests; npm test runs unit only

master
Aaron Heckmann 12 years ago
parent 00941cef9f
commit 569e8539e5
  1. 9
      Makefile
  2. 2
      package.json

@ -1,9 +1,8 @@
test:
@node test/ $(TESTS)
test-all:
@node test/ --integration $(TESTS)
.PHONY: test
test-unit:
@node test/ $(TESTS)
.PHONY: test test-unit

@ -7,7 +7,7 @@
, "bugs": { "url": "http://github.com/aheckmann/gm/issues" }
, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"}]
, "main": "./index"
, "scripts": { "test": "make test" }
, "scripts": { "test": "make test-unit" }
, "repository": {
"type": "git"
, "url": "https://github.com/aheckmann/gm.git"

Loading…
Cancel
Save