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