-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
refactor test/inspector #13622
Copy link
Copy link
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocoltestIssues and PRs related to the tests.Issues and PRs related to the tests.
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocoltestIssues and PRs related to the tests.Issues and PRs related to the tests.
Especially now that it's not experimental, it seems that it would make sense to:
test/inspectorintotest/sequentialand/ortest/parallelas appropriatetest/inspector/global-functions.jsintotest/fixturestest/inspector-helper.jstotest/common/inspector-helper.jsBasically, get rid of the
inspector-specific directory.Or is there real benefit to having it all in its own directory?
@nodejs/testing