We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba01d9 commit 73f10edCopy full SHA for 73f10ed
tests/integration/test-support-test.js
@@ -1,7 +1,7 @@
1
import { module, test } from 'qunit';
2
import { setupRenderingTest } from 'ember-qunit';
3
import { renderStory } from '@storybook/ember-cli-storybook/test-support';
4
-import hbs from 'htmlbars-inline-precompile';
+import { hbs } from 'ember-cli-htmlbars';
5
6
function storyFn(args) {
7
return {
0 commit comments