Skip to content

Commit 6b5da01

Browse files
committed
tests: Migrate hbs import to ember-cli-htmlbars
1 parent 1c0ee97 commit 6b5da01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/api-token-row-test.js

Lines changed: 1 addition & 1 deletion
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 { render } from '@ember/test-helpers';
4-
import hbs from 'htmlbars-inline-precompile';
4+
import { hbs } from 'ember-cli-htmlbars';
55

66
module('Integration | Component | api-token-row', function(hooks) {
77
setupRenderingTest(hooks);

0 commit comments

Comments
 (0)