it('throws an error if no prefix is passed in', function () {
    const resultWithoutPrefix = function () {
      return tplWithoutPrefix();
    };