soxhub / ember-scoped-css

MIT License
12 stars 1 forks source link

Fix #176, apps could have different names configured in environment.js #235

Closed NullVoxPopuli closed 3 months ago

NullVoxPopuli commented 3 months ago

Fixes #176

For context, the module name is used to provide a collision free[^collisions] way to reference module paths when using the scopedClass test helper.

[^collisions]: if we omitted the moduleName, apps and libraries can have the same module paths.