Render currencies etc.

This commit is contained in:
2020-07-09 17:07:05 +02:00
parent eaac245f4e
commit 4849a755dc
6 changed files with 51 additions and 11 deletions
@@ -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');
});
});