Skip to content

esm: wrap initialize hook test-cases in describe block - #49581

Closed
GeoffreyBooth wants to merge 1 commit into
nodejs:mainfrom
GeoffreyBooth:esm-initialize-tests
Closed

esm: wrap initialize hook test-cases in describe block#49581
GeoffreyBooth wants to merge 1 commit into
nodejs:mainfrom
GeoffreyBooth:esm-initialize-tests

Conversation

@GeoffreyBooth

Copy link
Copy Markdown
Member

This moves the tests for the initialize hook into a describe block, like the tests for the other hooks. This is split off from #49144 so that it can land and be backported without being blocked for backport like #49144.

It’s easier to review this if you hide whitespace changes. @nodejs/loaders

@GeoffreyBoothGeoffreyBooth added test Issues and PRs related to the tests. fast-track PRs that do not need to wait for 48 hours to land. loaders Issues and PRs related to ES module loaders labels Sep 10, 2023
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @GeoffreyBooth. Please 👍 to approve.

@nodejs-github-botnodejs-github-bot added esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. labels Sep 10, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95

Copy link
Copy Markdown
Contributor

Isn’t that a duplicate of #49532 (minus the added tests)?

@GeoffreyBooth

Copy link
Copy Markdown
MemberAuthor

Isn’t that a duplicate of #49532 (minus the added tests)?

Ah sorry I thought that one just added tests. Sure, we can close this in favor of that.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

esmIssues and PRs related to the ECMAScript Modules implementation.fast-trackPRs that do not need to wait for 48 hours to land.loadersIssues and PRs related to ES module loadersneeds-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@GeoffreyBooth@nodejs-github-bot@aduh95