plasticine / inject-loader

šŸ’‰šŸ“¦ A Webpack loader for injecting code into modules via their dependencies.
https://www.npmjs.com/package/inject-loader
MIT License
482 stars 47 forks source link

Add more tests #58

Closed andreventuravale closed 6 years ago

andreventuravale commented 6 years ago

This repository is great and I'm using it myself.

But I feel it would be better to have more tests, with different scenarios, so that the project would increase in reliability.

Tests that would be good:

Please let me know if I can help.

plasticine commented 6 years ago

Hey there @andreventuravale,

Check out the integration tests, they do some broad checks of different webpack versions (1, 2, 3 &4).

As for edge-cases, Iā€™m always open to PRs failing that individual issues for any specific issues. :)