Skip to content

chore: extract skipTest into its own harness module#4

Closed
kraenhansen wants to merge 1 commit into
kraenhansen:mainfrom
nodejs:kh/extract-skip-test
Closed

chore: extract skipTest into its own harness module#4
kraenhansen wants to merge 1 commit into
kraenhansen:mainfrom
nodejs:kh/extract-skip-test

Conversation

@kraenhansen

Copy link
Copy Markdown
Owner

Summary

  • Moved skipTest from implementors/node/features.js into a dedicated implementors/node/skip-test.js, matching the pattern of other harness utilities (assert, must-call, gc, load-addon)
  • Added --import for the new module in implementors/node/tests.ts
  • Added tests/harness/skip-test.js to verify the skipTest global is available as a function

Test plan

  • All harness tests pass (7/7), including the new skip-test.js

🤖 Generated with Claude Code

Move skipTest from features.js into a dedicated skip-test.js file,
matching the pattern of other harness utilities (assert, must-call, gc).
Add a harness test to verify the global exists.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant