-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
Currently, common.skip() only outputs a message, so after each call, we need to add return; in tests — this is +~400 lines of code. Would it be safe to make this function like common.skipIfInspectorDisabled(), i.e. to add process.exit(0); in common.skip() and remove all the return; in tests? If there are some +1 for this proposal, I can try to raise a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.