Skip to content

Commit

Permalink
fix: incomplete Sass Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vimal-Raghubir authored and anku255 committed Jun 30, 2018
1 parent 5199bbd commit b8c8e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challenges/03-front-end-libraries/sass.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"tests": [
{
"text": "Your code should declare a <code>mixin</code> named <code>border-radius</code> which has a parameter named <code>$radius</code>.",
"testString": "assert(code.match(/@mixin\\s+?border-radius\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a <code>mixin</code> named <code>border-radius</code> which has a parameter named <code>$radius</code>.');"
"testString": "assert(code.match(/@mixin\\s+?border-radius\\s*?\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a <code>mixin</code> named <code>border-radius</code> which has a parameter named <code>$radius</code>.');"
},
{
"text": "Your code should include the <code>-webkit-border-radius</code> vender prefix that uses the <code>$radius</code> parameter.",
Expand Down Expand Up @@ -656,4 +656,4 @@
}
}
]
}
}

0 comments on commit b8c8e26

Please sign in to comment.