Readplace

:white_check_mark: Set interest to pay variable to 0 · FagnerMartinsBrack/jack-the-moneylender@12700e1

GitHub 1 min read
View original
  • current

This article is too short to summarise.

Commit 12700e1

✅ Set interest to pay variable to 0

1 parent caf9940 commit 12700e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -7,7 +7,7 @@

77

}

88
99

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

10-

const interestToPay = undefined;

10+

const interestToPay = 0;

1111

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

1212

});

1313

</script>

0 commit comments

Comments

 (0)