mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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