Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Last active February 3, 2016 17:29
Show Gist options
  • Save IEvangelist/ac2649b3eff6832bb755 to your computer and use it in GitHub Desktop.
Save IEvangelist/ac2649b3eff6832bb755 to your computer and use it in GitHub Desktop.
The latest chutzpah.json feature
{
"Framework": "jasmine",
"TestHarnessReferenceMode": "AMD",
"Tests": [
{
"Path": "wwwroot/app",
"Includes": [ "*.spec.js" ]
}
],
"References": [
{ "Path": "node_modules/es6-shim/es6-shim.js" },
{ "Path": "node_modules/systemjs/dist/system-polyfills.js" },
{ "Path": "node_modules/angular2/bundles/angular2-polyfills.js" },
{ "Path": "node_modules/systemjs/dist/system.js" },
{ "Path": "node_modules/rxjs/bundles/rx.js" },
{ "Path": "node_modules/angular2/bundles/angular2.js" },
{ "Path": "node_modules/angular2/bundles/http.js" },
{ "Path": "node_modules/angular2/bundles/router.js" }
],
"CodeCoverageExcludes": [
"*\\es6-shim.js",
"*\\system-polyfills.js",
"*\\angular2-polyfills.js",
"*\\system.js",
"*\\rx.js",
"*\\angular2.js",
"*\\http.js",
"*\\router.js"
],
"TestHarnessLocationMode": "Custom",
"TestHarnessDirectory": "wwwroot",
"EnableTestFileBatching": true,
"BrowserArguments": {
"chrome": "--allow-file-access-from-files"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment