Render currencies etc.
This commit is contained in:
@@ -13,14 +13,5 @@ module('Integration | Component | reimbursement-list', function(hooks) {
|
||||
await render(hbs`<ReimbursementList />`);
|
||||
|
||||
assert.equal(this.element.textContent.trim(), '');
|
||||
|
||||
// Template block usage:
|
||||
await render(hbs`
|
||||
<ReimbursementList>
|
||||
template block text
|
||||
</ReimbursementList>
|
||||
`);
|
||||
|
||||
assert.equal(this.element.textContent.trim(), 'template block text');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user