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: use async io #32639

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

test: use async io #32639

wants to merge 1 commit into from

Conversation

wSimsT
Copy link

@wSimsT wSimsT commented Nov 20, 2024

Changes

The change in this PR is in response to issue #28735. documentation.spec.ts now utilizes async.

Context

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@CLAassistant
Copy link

CLAassistant commented Nov 20, 2024

CLA assistant check
All committers have signed the CLA.

@rarkins rarkins changed the title Documentation testing is now utilizing async processes chore(tests): Documentation testing is now utilizing async processes Nov 20, 2024
@viceice viceice changed the title chore(tests): Documentation testing is now utilizing async processes test: use async io Nov 24, 2024
'%s has sub-headers sorted alphabetically',
(parentName: string) => {
it('has sub-headers sorted alphabetically', async () => {
const parentNames = getParentNames();
Copy link
Member

Choose a reason for hiding this comment

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

please use test.each again

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.

Refactor docs test to use async
4 participants