We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8850c1c commit 2f4e882Copy full SHA for 2f4e882
Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js
@@ -4,7 +4,7 @@ const getCardValue = require("../implement/3-get-card-value");
4
5
// TODO: Write tests in Jest syntax to cover all possible outcomes.
6
7
-// Case 1: Ace (A)
+// Case 1: Ace (A)1
8
test(`Should return 11 when given an ace card`, () => {
9
expect(getCardValue("A♠")).toEqual(11);
10
});
0 commit comments