Skip to content

Commit 2bb8f69

Browse files
Update config.json (#1630)
* Update config.json * Update config.json * Update config.json * Update config.json * Update config.json * Update config.json * Update config.json * Update config.json * Update config.json * Update config.json * Update config.json * Update config.json
1 parent fb2b300 commit 2bb8f69

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

exercises/practice/allergies/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"flag.tests.includes-optional": false,
2626
"flag.tests.jest": true,
2727
"flag.tests.tstyche": false
28-
}
28+
},
2929
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
3030
"source_url": "https://www.turing.edu/"
3131
}

exercises/practice/bob/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"flag.tests.includes-optional": false,
2929
"flag.tests.jest": true,
3030
"flag.tests.tstyche": false
31-
}
31+
},
3232
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
3333
"source_url": "https://pine.fm/LearnToProgram/chap_06.html"
3434
}

exercises/practice/etl/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"flag.tests.includes-optional": false,
2727
"flag.tests.jest": true,
2828
"flag.tests.tstyche": false
29-
}
29+
},
3030
"source": "Based on an exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
3131
"source_url": "https://www.turing.edu/"
3232
}

exercises/practice/gigasecond/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"flag.tests.includes-optional": false,
2727
"flag.tests.jest": true,
2828
"flag.tests.tstyche": false
29-
}
29+
},
3030
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
3131
"source_url": "https://pine.fm/LearnToProgram/chap_09.html"
3232
}

exercises/practice/kindergarten-garden/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"flag.tests.includes-optional": false,
2727
"flag.tests.jest": true,
2828
"flag.tests.tstyche": false
29-
}
29+
},
3030
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
3131
"source_url": "https://www.turing.edu/"
3232
}

exercises/practice/matrix/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"flag.tests.includes-optional": false,
2626
"flag.tests.jest": true,
2727
"flag.tests.tstyche": false
28-
}
28+
},
2929
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
3030
"source_url": "https://www.turing.edu/"
3131
}

exercises/practice/phone-number/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"flag.tests.includes-optional": false,
2828
"flag.tests.jest": true,
2929
"flag.tests.tstyche": false
30-
}
30+
},
3131
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
3232
"source_url": "https://www.turing.edu/"
3333
}

exercises/practice/pig-latin/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"flag.tests.includes-optional": false,
2626
"flag.tests.jest": true,
2727
"flag.tests.tstyche": false
28-
}
28+
},
2929
"source": "The Pig Latin exercise at Test First Teaching by Ultrasaurus",
3030
"source_url": "https://github.com/ultrasaurus/test-first-teaching/tree/master/learn_ruby/pig_latin"
3131
}

exercises/practice/reverse-string/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"flag.tests.includes-optional": false,
2626
"flag.tests.jest": true,
2727
"flag.tests.tstyche": false
28-
}
28+
},
2929
"source": "Introductory challenge to reverse an input string",
3030
"source_url": "https://www.freecodecamp.org/news/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
3131
}

exercises/practice/simple-cipher/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"flag.tests.includes-optional": false,
2929
"flag.tests.jest": true,
3030
"flag.tests.tstyche": false
31-
}
31+
},
3232
"source": "Substitution Cipher at Wikipedia",
3333
"source_url": "https://en.wikipedia.org/wiki/Substitution_cipher"
3434
}

0 commit comments

Comments
 (0)