You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
Using version 4.4.1 leads to the following when running ember test:
tests/helpers/templates.ts: hbs should be invoked with at least a single argument: the template string
16 | return {
17 | value: template,
> 18 | precompiled: JSON.parse(precompileTemplate(template)),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19 | };
20 | }
21 | }
Using version 4.4.1 leads to the following when running
ember test:With the import:
4.2.1 works fine.
Using
Ember.HTMLBars.compileandEmber.HTMLBars.precompileinstead also works.Related Discord discussion.
cc @rwjblue