Skip to content

Commit bfff323

Browse files
committed
no changes
1 parent 108b8cc commit bfff323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ test("should return 10 for face cards J, Q, K and 10", () => {
2626
expect(getCardValue("K♥")).toEqual(10);
2727
});
2828

29+
2930
// Case 4: Handle Invalid Cards:
3031
test("should throw an error for invalid card rank", () => {
3132
expect(() => getCardValue("B♦")).toThrow("Invalid card rank.");

0 commit comments

Comments
 (0)