-
-
Notifications
You must be signed in to change notification settings - Fork 11
How this repo is mantained
Moshe Atlow edited this page Jul 30, 2022
·
4 revisions
this repo is a user-land port of node:test
commits are chrry-picked from node core, using this procedure:
git fetch https://github.com/nodejs/node.git main
git cherry-pick -x FETCH_HEAD # instead of FETCH_HEAD, you can use a commit SHA
# ... resolve conflicts ...
# replace the URL in the files with the new git SHA
npm run test:lint:fix && npm run test:unit
# fix the failing tests, add the missing primordials, etc.
npm run test:lint:fix && npm run test:unit
git commit -S