We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e7c2b commit eef5201Copy full SHA for eef5201
package.json
@@ -38,7 +38,7 @@
38
],
39
"dependencies": {
40
"deepmerge": "^0.2.10",
41
- "istanbul": "^0.4.4",
+ "istanbul": "^0.4.5",
42
"jasmine": "^2.4.1",
43
"jasmine-reporters": "^2.2.0",
44
"jasmine-spec-reporter": "^2.5.0"
tasks/jasmine-node-task.js
@@ -312,7 +312,7 @@ module.exports = function jasmineNodeTask(grunt) {
312
options.coverage.report = options.coverage.report || ['lcov', 'text-summary'];
313
}
314
315
- fileSrc = this.filesSrc || fileSrc;
+ fileSrc = this.data.src || fileSrc;
316
317
// Tell grunt this task is asynchronous.
318
done = this.async();
0 commit comments