Readplace

:white_check_mark: Add test for $2000 loan amount · FagnerMartinsBrack/jack-the-moneylender@5bf0a77

GitHub 1 min read
View original
  • current

This article is too short to summarise.

Commit 5bf0a77

committed

✅ Add test for $2000 loan amount

1 file changed

Lines changed: 4 additions & 0 deletions

Lines changed: 4 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -21,4 +21,8 @@

2121

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

2222

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

2323

});

24+
25+

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

26+

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

27+

});

2428

</script>

0 commit comments

Comments

 (0)