Add total sums of EUR/USD expenses

This commit is contained in:
2020-09-30 16:04:53 +02:00
parent 25b2a8b0e5
commit 4abc1593cb
6 changed files with 113 additions and 17 deletions
@@ -6,10 +6,8 @@ import { hbs } from 'ember-cli-htmlbars';
module('Integration | Component | add-reimbursement', function(hooks) {
setupRenderingTest(hooks);
// test('it renders', async function(assert) {
// Set any properties with this.set('myProperty', 'value');
// Handle any actions with this.set('myAction', function(val) { ... });
// await render(hbs`<AddReimbursement />`);
// assert.equal(this.element.textContent.trim(), '');
// });
test('it works', async function(assert) {
await render(hbs`<AddReimbursement />`);
assert.ok(true);
});
});