Demonstrate the issue explained in nikku/karma-browserify#175 . Parcelify doesn't work with karma-browserify.
- Clone repository
- Run
npm install
- Run
npm test
Expected behaviour: Test should pass
Actual behaviour: Test fails
Parcelify should write a CSS bundle to ./spec/dist/bundle.css
. But doesn't.
If you change karma-browserify/lib/bro.js#l317
to w.add
, you will see parcelify creating the bundle.