Added json test

This commit is contained in:
Anatoliy Chakkaev 2013-03-19 14:05:26 +04:00
parent ccffd10a58
commit ab392a4e6b
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ doc:
makedoc lib/abstract-class.js lib/schema.js lib/validatable.js -t "JugglingDB API docs" makedoc lib/abstract-class.js lib/schema.js lib/validatable.js -t "JugglingDB API docs"
test: test:
@ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* @./node_modules/.bin/mocha --require should test/*.test.js
.PHONY: test .PHONY: test
.PHONY: doc .PHONY: doc

View File

@ -60,5 +60,9 @@
"semicov": "*", "semicov": "*",
"nodeunit": ">= 0.6.4", "nodeunit": ">= 0.6.4",
"coffee-script": "latest" "coffee-script": "latest"
},
"dependencies": {
"should": "~1.2.2",
"mocha": "~1.8.2"
} }
} }