We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Updated testing (markdown)
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)