it('handle component helper', () => {
  assert(
    `{{component "foo"}}`,
    `{{component (hot-load "foo" this "foo" "foo") hotReloadCUSTOMhlContext=this hotReloadCUSTOMName="foo" hotReloadCUSTOMhlProperty="foo" hotReloadCUSTOMHasParams=true hotReloadCUSTOMHasHash=false}}`
  );