grunt-doctrine
Version:
Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application
18 lines (13 loc) • 398 B
text/coffeescript
module.exports = ->
"qunit",
options:
"--web-security": "no"
coverage:
src: ["backbone.layoutmanager.js"]
instrumentedFiles: "test/tmp"
htmlReport: "test/report/coverage"
coberturaReport: "test/report"
lcovReport: "test/report"
linesThresholdPct: 85
files: ["test/index.html"]
"grunt-qunit-istanbul"