Skip to content

Instantly share code, notes, and snippets.

@jarib
Created September 21, 2012 18:20
Show Gist options
  • Save jarib/3763060 to your computer and use it in GitHub Desktop.
Save jarib/3763060 to your computer and use it in GitHub Desktop.
var config = module.exports;
config["HDO javascript tests"] = {
rootPath: "../",
environment: "browser",
sources: [
"spec/javascript/lib/*.js",
"app/assets/javascripts/lib/*.js",
"app/assets/javascripts/lazyLoadCarouselImages.js",
"app/assets/javascripts/representativeSearch.js"
],
tests: [
"spec/javascript/*Test.js"
],
extensions: [require("buster-coverage")]
"buster-coverage": {
"outputDirectory": "coverage"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment