html-webpack-plugin
html-webpack-plugin copied to clipboard
test(examples): throw right when test fails instead of wait for timeout
Speed up tests by calling done(err) to fail a test when assertion fails, instead of waiting for timeout.