mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed accidentally committed file
- This was accidentally included in a fixup commit
This commit is contained in:
parent
096dffb817
commit
3ec0057567
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
const handlebars = require('../../../../core/frontend/services/theme-engine/engine').handlebars;
|
||||
|
||||
function shouldCompileToExpected(templateString, hash, expected) {
|
||||
const template = handlebars.compile(templateString);
|
||||
const result = template(hash);
|
||||
|
||||
result.should.eql(expected);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
shouldCompileToExpected
|
||||
};
|
Loading…
Add table
Reference in a new issue