const should = require('should'); // Stuff we are testing const helpers = require('../../../core/frontend/helpers'); describe('{{title}} Helper', function () { it('can render title', function () { const title = 'Hello World'; const rendered = helpers.title.call({title: title}); should.exist(rendered); rendered.string.should.equal(title); }); it('escapes correctly', function () { const rendered = helpers.title.call({title: '