This will ensure that karma-webpack
can run as expected within a live
karma server.
Fixes #460
This PR contains a:
[ ] bugfix
[ ] new feature
[ ] code refactor
[x] test update
[ ] typo fix
[ ] metadata update
Motivation / Use-Case
This will make it easier to update dependencies as it will ensure that karma-webpack will still work in at least a basic setup. This also lays groundwork for adding additional integration tests as well for more niche scenarios.
Breaking Changes
N/A
Additional Info
This also introduces puppeteer as a dev dependency as I found it to be the most best headless option for doing an integration test.
This will ensure that karma-webpack can run as expected within a live karma server.
Fixes #460
This PR contains a:
Motivation / Use-Case
This will make it easier to update dependencies as it will ensure that karma-webpack will still work in at least a basic setup. This also lays groundwork for adding additional integration tests as well for more niche scenarios.
Breaking Changes
N/A
Additional Info
This also introduces puppeteer as a dev dependency as I found it to be the most best headless option for doing an integration test.