it('ignore addon-specific helper special names', () => {
  assert(`{{hot-load}}`, `{{hot-load}}`);
  assert(`{{component "hot-load"}}`, `{{component "hot-load"}}`);
});