-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
--experimental-config-file broken in tests in 24.4.0 #59021
Copy link
Copy link
Closed
Labels
configIssues or PRs related to the config subsystemIssues or PRs related to the config subsystemconfirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Metadata
Metadata
Assignees
Labels
configIssues or PRs related to the config subsystemIssues or PRs related to the config subsystemconfirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Type
Fields
Give feedbackNo fields configured for Bug.
Version
24.4.0
Platform
Subsystem
test_runner
What steps will reproduce the bug?
Save to the following to
node.config.test.json{ "$schema": "https://nodejs.org/dist/v24.4.0/docs/node-config-schema.json", "nodeOptions": { "experimental-webstorage": true, }, "testRunner": { "experimental-test-module-mocks": true } }Create a test that uses mock.module and webstorage.
Run
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior? Why is that the expected behavior?
It works (like it does in node 24.3.0).
What do you see instead?
Neither feature has been enabled, resulting in the typical errors.
Additional information
Possibly/likely other options are also not working.