blob: 6589676f260a21dac4c0c48f504b53745131bea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"generator-karma": {
"base-path": "../",
"frameworks": "jasmine",
"browsers": "PhantomJS",
"app-files": "app/scripts/**/*.js",
"files-comments": "bower:js,endbower",
"bower-components-path": "bower_components",
"test-files": "test/mock/**/*.js,test/spec/**/*.js"
}
}
|