Readplace

:red_circle: Add test for $2 loan amount · FagnerMartinsBrack/jack-the-moneylender@1ce9301

GitHub 1 min read
View original
  • current

This article is too short to summarise.

Commit 1ce9301

🔴 Add test for $2 loan amount

1 parent 12700e1 commit 1ce9301

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -10,4 +10,8 @@

1010

const interestToPay = 0;

1111

strictEqual({ expected: 0, actual: interestToPay }, assert);

1212

});

13+
14+

QUnit.test('$2 Loan Amount', (assert) => {

15+

strictEqual({ expected: 0, actual: interestToPayForDollars(2) }, assert);

16+

});

1317

</script>

0 commit comments

Comments

 (0)