taskworld / test-bed

:factory: Development test runner for webpack to improve TDD experience. Runs only specs affected by code change. Serve test files from memory. For large project with hundreds of test files.
33 stars 5 forks source link

add option to pass webpackMiddleware options in config #9

Closed meta-meta closed 7 years ago

meta-meta commented 7 years ago

When running in a Docker container often breaks file watching. A workaround is to tell Webpack to use polling. Rather than introduce a polling option, I thought it best to make test-bed more flexible by allowing a config object to be passed through and shallow merged with test-bed's options.

Very excited to start using this!