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"
|
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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue