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 e5b18e4 commit 5fa3d08Copy full SHA for 5fa3d08
Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js
@@ -36,12 +36,6 @@ function getCardValue(card) {
36
}
37
38
39
-console.log(
40
- `some test values ${getCardValue("09♥")}, ${getCardValue(
41
- "10.0♥"
42
- )}, ${getCardValue("2♥")}, ${getCardValue("3.5♥")} `
43
-);
44
-
45
// The line below allows us to load the getCardValue function into tests in other files.
46
// This will be useful in the "rewrite tests with jest" step.
47
module.exports = getCardValue;
0 commit comments