Skip to content

Commit 27500dc

Browse files
authored
Remove 'TODO' comments
Removed TODO comment for test coverage on invalid cards.
1 parent 83528bc commit 27500dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function assertEquals(actualOutput, targetOutput) {
7171
);
7272
}
7373

74-
// TODO: Write tests to cover all outcomes, including throwing errors for invalid cards.
74+
7575
// Examples:
7676

7777
assertEquals(getCardValue("9♠"), 9);

0 commit comments

Comments
 (0)