We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905950f commit 262b340Copy full SHA for 262b340
Gruntfile.js
@@ -36,13 +36,13 @@ module.exports = function (grunt) {
36
],
37
options: {
38
host: "http://127.0.0.1:8765/",
39
+ outfile: "test/_SpecRunner.html", // enforce same relative path as manual SpecRunner.html
40
specs: "test/specs/*.js",
41
vendor: ["node_modules/imagediff/imagediff.js"],
42
helpers: [
43
"test/helpers.js",
44
"test/diffHelper.js",
45
"test/testHelper.js",
- "test/gruntpath.js",
46
47
display: "short",
48
summary: true,
test/gruntpath.js
0 commit comments