Added json test
This commit is contained in:
parent
ccffd10a58
commit
ab392a4e6b
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ doc:
|
|||
makedoc lib/abstract-class.js lib/schema.js lib/validatable.js -t "JugglingDB API docs"
|
||||
|
||||
test:
|
||||
@ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.*
|
||||
@./node_modules/.bin/mocha --require should test/*.test.js
|
||||
|
||||
.PHONY: test
|
||||
.PHONY: doc
|
||||
|
|
|
@ -60,5 +60,9 @@
|
|||
"semicov": "*",
|
||||
"nodeunit": ">= 0.6.4",
|
||||
"coffee-script": "latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"should": "~1.2.2",
|
||||
"mocha": "~1.8.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue