Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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); ```
- Loading branch information