diff --git a/challenges/03-front-end-libraries/jquery.json b/challenges/03-front-end-libraries/jquery.json
index 7d35e69ca..4287b92d4 100644
--- a/challenges/03-front-end-libraries/jquery.json
+++ b/challenges/03-front-end-libraries/jquery.json
@@ -5,7 +5,8 @@
"helpRoom": "Help",
"required": [
{
- "link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"
+ "link":
+ "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"
}
],
"challenges": [
@@ -23,19 +24,25 @@
],
"tests": [
{
- "text": "Create a script
element making sure it is valid and has a closing tag.",
- "testString": "assert(code.match(/<\\/script\\s*>/g) && code.match(/