In the objectives, the user was asked to log the variable "outputTwice" whereas in the code editor,
no such variable existed. I changed the objectif so that it states to change the variable
"outputTwo" which is the variable found in the content.
* 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.
This PR allows us to validate the schema during test.
It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
* fix(seed): Simplify copy of lessons and remove need for image
* rework copy for account creation and login emails
* fix: Fixup email template and lock-file