You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The line below allows us to load the getCardValue function into tests in other files.
@@ -26,6 +43,7 @@ function assertEquals(actualOutput, targetOutput) {
26
43
`Expected ${actualOutput} to equal ${targetOutput}`
27
44
);
28
45
}
46
+
29
47
// Acceptance criteria:
30
48
31
49
// Given a card string in the format "A♠" (representing a card in blackjack - the last character will always be an emoji for a suit, and all characters before will be a number 2-10, or one letter of J, Q, K, A),
0 commit comments