Closed shazron closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
b7dfd5c
) to head (612d259
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Running
aio app dev
results in this error:This is because of a typo here (note the previous line): https://github.com/adobe/aio-cli-plugin-app-dev/blob/b7dfd5c5a169c49ba4a2c2c2b85faa6a22d7f701/src/commands/app/dev/index.js#L238
The typo resulted in evaluation using the comma operator -- the right most operand is returned.
This was not caught in the unit tests because we mock the return value.
Workaround
How Has This Been Tested?
Types of changes
Checklist: