Run codemods

This commit is contained in:
2019-03-26 22:31:35 +01:00
parent b16bb2d93a
commit 487013f301
6 changed files with 10 additions and 10 deletions
@@ -1,6 +1,6 @@
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { render, find } from '@ember/test-helpers';
import { render } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';
module('Integration | Component | proposal list', function(hooks) {
@@ -13,6 +13,6 @@ module('Integration | Component | proposal list', function(hooks) {
await render(hbs`{{proposal-list}}`);
assert.equal(find('*').textContent.trim(), '');
assert.dom('*').hasText('');
});
});