Update `nopt` by bertdeblock · Pull Request #10907 · ember-cli/ember-cli
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1.2k
Draft
bertdeblock wants to merge 1 commit intoember-cli:masterfrom
Draft
Update nopt#10907
bertdeblock wants to merge 1 commit intoember-cli:masterfrom
Update nopt#10907
bertdeblock wants to merge 1 commit intoember-cli:masterfrom
Conversation
bertdeblock
self-assigned this
bertdeblock
added
enhancement
dependencies
labels
Dec 20, 2025bertdeblock commented Dec 20, 2025
| expect(new ServeCommand(options).parseArgs(['-lr', 'false'])).to.have.nested.property('options.liveReload', false); | ||
| }); | ||
|
|
||
| it('parseArgs() should parse string options.', function () { |
Copy link
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is testing incorrect behavior preventing us from updating nopt.
More info:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment