Skip to content

Commit 782bb91

Browse files
committed
Unit tests need to be updated to reflect 'Jade' rename to 'Pug' - fixes #1292
1 parent f67aced commit 782bb91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/specs/commands/recipes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe("E2E CLI `recipes` command", function () {
4646
return call.args[0].trim();
4747
});
4848

49-
assert.include(calls, "gulp.jade");
49+
assert.include(calls, "gulp.pug");
5050
assert.include(calls, "server");
5151
assert.include(calls, "html.injection");
5252
done();
@@ -106,7 +106,7 @@ describe("E2E CLI `recipes` command", function () {
106106
return call.args[0].trim();
107107
});
108108

109-
assert.include(calls, "gulp.jade");
109+
assert.include(calls, "gulp.pug");
110110
assert.include(calls, "server");
111111
assert.include(calls, "html.injection");
112112

0 commit comments

Comments
 (0)