lasso-js / karma-lasso

Karma plugin for Lasso
http://lasso-js.github.io/karma-lasso/
MIT License
1 stars 11 forks source link

Updated unshift to push for coverage #20

Closed abiclub23 closed 4 years ago

abiclub23 commented 4 years ago

With lasso 3, we see an issue when you run karma coverage while using babel. The coverage code executes before the transform.

Updating to push makes sure the transforms are always run before coverage.

I made the same change with lasso-2 and it did not break coverage. This can be a minor version

DylanPiercey commented 4 years ago

Sorry for the delay in merging. This is released in 4.1.1. Thanks for the PR!