Skip to content

Commit 68928d6

Browse files
compeled card value
1 parent b683a0b commit 68928d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -52,7 +52,7 @@ else {
5252
// The line below allows us to load the getCardValue function into tests in other files.
5353
// This will be useful in the "rewrite tests with jest" step.
5454
//module.exports = getCardValue;
55-
export default getCardValue;
55+
module.exports = getCardValue;
5656
// Helper functions to make our assertions easier to read.
5757
function assertEquals(actualOutput, targetOutput) {
5858
console.assert(

0 commit comments

Comments
 (0)