You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
Describe the bug
Text for first test should be amended to say array rather than list as this is both what we specify and test for.
Second test only passes if you use double quotes around class attribute
The test for use of template literals has an incorrect regex. The part of the regex testing for </li> has not been properly escaped so / is being treated as end of the regex, with l being treated as a regex flag.
There maybe additional issues with the regex, so I will try and identify all before submitting PR to fix.