Skip to content

Commit

Permalink
Jade to pug: Rectifying test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
apexitdhandav committed Nov 3, 2020
1 parent 00a0593 commit fcbfb07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drakov.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports.run = function(argv, cb) {
discoverabilityModule = require(argv.discover);
} else {
app.set('views', path.join(__dirname, '..', 'views'));
app.set('view engine', 'jade');
app.set('view engine', 'pug');
discoverabilityModule = require('./middleware/discover');
}
if (argv.discover) {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fcbfb07

Please sign in to comment.