Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

JS objects instead of HBS in tests #38

Open
anehx opened this issue Oct 31, 2018 · 0 comments
Open

JS objects instead of HBS in tests #38

anehx opened this issue Oct 31, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@anehx
Copy link
Contributor

anehx commented Oct 31, 2018

Currently we have some tests notating objects in HBS:

{{cf-field/input
  field=(hash
    question=(hash
      checkboxOptions=(hash
        edges=(array
          (hash node=(hash slug="option-1"))
        )
      )
      __typename="CheckboxQuestion"
    )
    answer=(hash
      listValue=(array "option-1")
    )
  )
}}

We should do this in JS instead.

@anehx anehx added the enhancement New feature or request label Oct 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant