shakacode / shakapacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
400 stars 89 forks source link

feat!: move tests and helpers into #459

Closed G-Rath closed 2 months ago

G-Rath commented 2 months ago

Summary

This moves all the JavaScript tests out of package so that they're not included in the published NPM package - this also lets us make the test helper utilities internal.

Pull Request checklist

Other Information

Follow up to #454 - I plan to follow this up by cleaning up js linting