buster.js 153 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 var config = module.exports config["node tests"] = { environment: "node", timeout: 500, rootPath: "../", tests: [ "spec/**/*.spec.js" ] }