js: Add Buster.js test config
This commit is contained in:
parent
924dae4628
commit
2352dc8a03
9
js/buster.js
Normal file
9
js/buster.js
Normal file
@ -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"]
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user