We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per discussion on slack, currently the test suite looks for <pkg.name>.bundle.js when the output has been migrated to app.bundle.js
<pkg.name>.bundle.js
app.bundle.js
Culprit: https://github.com/denali-js/cli/blob/master/lib/builders/base.ts#L224
The text was updated successfully, but these errors were encountered:
fix(builders): use 'app' as the name for unitTestBundle
6ca1bf0
Resolves denali-js#53
fix(builders): use 'app' as the name for unitTestBundle (#55)
6ee12c1
Resolves #53
No branches or pull requests
Per discussion on slack, currently the test suite looks for
<pkg.name>.bundle.js
when the output has been migrated toapp.bundle.js
Culprit: https://github.com/denali-js/cli/blob/master/lib/builders/base.ts#L224
The text was updated successfully, but these errors were encountered: