denali-js / cli

The official CLI for starting, building, and running Denali apps and addons
MIT License
5 stars 5 forks source link

unitTestBundleName refers to pkg.name #53

Closed whatisboom closed 6 years ago

whatisboom commented 6 years ago

Per discussion on slack, currently the test suite looks for <pkg.name>.bundle.js when the output has been migrated to app.bundle.js

Culprit: https://github.com/denali-js/cli/blob/master/lib/builders/base.ts#L224