Skip to content

Commit

Permalink
Renamed dynamic -> local
Browse files Browse the repository at this point in the history
  • Loading branch information
allouis committed Apr 2, 2019
1 parent ce640d3 commit 5460a5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ var path = require('path');
var hbs = require('..');
var H = require('./helpers');

describe('dynamic template options', function () {
var dirname = path.join(__dirname, 'dynamicTemplateOptions');
describe('local template options', function () {
var dirname = path.join(__dirname, 'localTemplateOptions');

describe('express3', function () {

Expand Down
File renamed without changes.

0 comments on commit 5460a5a

Please sign in to comment.