diff --git a/js/buster.js b/js/buster.js new file mode 100644 index 00000000..f789885a --- /dev/null +++ b/js/buster.js @@ -0,0 +1,9 @@ +var config = module.exports; + +config["tests"] = { + environment: "browser", + libs: ["lib/**/*.js"], + sources: ["src/**/*.js"], + testHelpers: ["test/**/*-helper.js"], + tests: ["test/**/*-test.js"] +};