There was an error while loading. Please reload this page.
Updated testing (markdown)
fix mocha link
fix typo
Missing word
Add the source map tip
fix webpack-dev-server command line options
Fixes warning: output.file will be deprecated: Use 'output.filename' instead
fixed typo
Explain that `!` must be preceded by `\`. Otherwise one gets an `event not found` error in bash.
Single quotes work too, a bit nicer on the eyes than the backslash.
The exclamation mark in Bash and other shells needs to be escaped with a backslash.
Typos and code style fixes
Created testing (markdown)