We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67aced commit 782bb91Copy full SHA for 782bb91
1 file changed
test/specs/commands/recipes.js
@@ -46,7 +46,7 @@ describe("E2E CLI `recipes` command", function () {
46
return call.args[0].trim();
47
});
48
49
- assert.include(calls, "gulp.jade");
+ assert.include(calls, "gulp.pug");
50
assert.include(calls, "server");
51
assert.include(calls, "html.injection");
52
done();
@@ -106,7 +106,7 @@ describe("E2E CLI `recipes` command", function () {
106
107
108
109
110
111
112
0 commit comments