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

[BUGFIX beta] Fix hbs import path #18415

Merged
merged 1 commit into from
Sep 20, 2019
Merged

Commits on Sep 20, 2019

  1. [BUGFIX beta] Fix hbs import path

    This is currently broken on the Octane blueprint:
    
    ```
    /home/travis/build/ember-learn/super-rentals-tutorial/dist/code/super-rentals/super-rentals/tests/integration/components/jumbo-test.js: Only `import { hbs } from 'ember-cli-htmlbars'` is supported. You used: `import hbs from 'ember-cli-htmlbars';`
      2 | import { setupRenderingTest } from 'ember-qunit';
      3 | import { render } from '@ember/test-helpers';
    > 4 | import hbs from 'ember-cli-htmlbars';
        | ^
      5 |
      6 | module('Integration | Component | jumbo', function(hooks) {
      7 |   setupRenderingTest(hooks);
    ```
    chancancode committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    20746cc View commit details
    Browse the repository at this point in the history