Skip to content

Commit 73f10ed

Browse files
Update tests/integration/test-support-test.js
Co-authored-by: Thomas Gossmann <[email protected]>
1 parent 5ba01d9 commit 73f10ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test-support-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { module, test } from 'qunit';
22
import { setupRenderingTest } from 'ember-qunit';
33
import { renderStory } from '@storybook/ember-cli-storybook/test-support';
4-
import hbs from 'htmlbars-inline-precompile';
4+
import { hbs } from 'ember-cli-htmlbars';
55

66
function storyFn(args) {
77
return {

0 commit comments

Comments
 (0)