Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix computed decorator syntax #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shime
Copy link

@shime shime commented May 14, 2015

otherwise it errors out with https://i.imgur.com/lKRXjXw.png

the tests are also failing currently, seems like HTMLBars is not set up for testing properly, since it can't find Ember's default helpers (like link-to):

AppHeaderComponent: it renders
    ✘ Died on test #2     at http://localhost:7357/assets/test-support.js:2719
        at test (http://localhost:7357/assets/test-support.js:1713)
        at http://localhost:7357/assets/ember-jobs.js:3448
        at http://localhost:7357/assets/vendor.js:150
        at tryFinally (http://localhost:7357/assets/vendor.js:30)
        at http://localhost:7357/assets/vendor.js:156
        at http://localhost:7357/assets/test-loader.js:29
        at http://localhost:7357/assets/test-loader.js:21
        at http://localhost:7357/assets/test-loader.js:40
        at http://localhost:7357/assets/test-support.js:5488: Assertion Failed: HTMLBars error: Could not find component named "-link-to" (no component or template with that name was found)

@stefanpenner
Copy link
Owner

I believe the correct solution is ensuring both the ember-computed-decorators and ember-cli-babel libraries are up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants