-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
configIssues or PRs related to the config subsystemIssues or PRs related to the config subsystem
Description
Version
24.3.0
Platform
macOS Arm
Subsystem
No response
What steps will reproduce the bug?
- Create a file leveraging an experimental feature (ex module mocks)
- Run the file via CLI with the --no-warnings flag
- Notice no experimental warning is printed
- Remove the flag from the CLI command, and add "warnings: false" to node.config.json (and include via that CLI flag)
- Notice an experimental warning IS printed
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior? Why is that the expected behavior?
nodeOptions.warnings: false
behaves the same as its CLI flag --no-warnings
What do you see instead?
Warnings
Additional information
No response
pmarchini and avivkeller
Metadata
Metadata
Assignees
Labels
configIssues or PRs related to the config subsystemIssues or PRs related to the config subsystem