Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix typos #55341

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

test: fix typos #55341

wants to merge 3 commits into from

Conversation

NathanBaulch
Copy link
Contributor

This is a continuation of #55063 covering all the non-comment fixes.

FWIW, the top typos are:

  • exptected (23)
  • inferrable (19)
  • compatability (13)
  • conent (10)
  • splitted (8)
  • verifiy (7)
  • determing (6)
  • occurence (5)
  • seperator (5)
  • treshold (4)
  • destroyd (4)
  • declaraion (4)
  • inut (4)

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/single-executable
  • @nodejs/web-standards

@nodejs-github-bot nodejs-github-bot added esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API. test Issues and PRs related to the tests. web streams labels Oct 9, 2024
Copy link
Member

@vmoroz vmoroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -51,7 +51,7 @@

xhr.send();

}, 'Check whether the browser response 500 in XHR if the selected file which File/Blob URL refered is not found');
}, 'Check whether the browser response 500 in XHR if the selected file which File/Blob URL referred is not found');
Copy link
Contributor

@MattiasBuelens MattiasBuelens Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work. Everything inside test/fixtures/wpt is pulled from web-platform-tests/wpt, and we frequently pull in upstream changes using git node wpt (see docs). Any changes to these files should be committed on the upstream repository instead, and then pulled back into Node afterwards.

I see that #55063 also touched these files. I highly recommend we revert those changes, since they'll be lost whenever we run git node wpt again. (@panva already spotted this on the previous PR, but it seems like their remark was lost in the review process?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. All wpt fixes reverted including the ones in my other merged PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, I did consider giving wpt the full treatment upstream but it's absolutely riddled with typos so I shelved it for now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIUC test/fixtures/postject-copy is an upstream project, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I accidentally traversed into a node_modules folder too. 😬

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upstreamed and reverted in this PR.

@RedYetiDev RedYetiDev removed node-api Issues and PRs related to the Node-API. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. web streams labels Oct 9, 2024
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.41%. Comparing base (7b5d660) to head (22fb682).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #55341      +/-   ##
==========================================
- Coverage   88.41%   88.41%   -0.01%     
==========================================
  Files         653      653              
  Lines      187476   187476              
  Branches    36083    36084       +1     
==========================================
- Hits       165763   165759       -4     
- Misses      14946    14955       +9     
+ Partials     6767     6762       -5     

see 37 files with indirect coverage changes

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants