-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
refactor test/inspector #13622
Copy link
Copy link
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
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