This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(challenges): update regular expression that fails (#56)
* fix(challenges): update regular expression that fails Changes regular expression in testString to remove negative look behind that is not implemented across all browsers. ISSUES CLOSED: #55 * Fixed line spacing It is definitely something to do with a linter. I re-ran the `npm run commit` in my own environment and watched the line spacing jump. Should probably be checked if it ends up happening to others. However, this should fix it all for this PR! * Back to `prettier` formatting Reverting back to pretty formatting from commit.
- Loading branch information