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: move icon API tests to node:test #676

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

EvanHahn
Copy link
Contributor

This test-only change drops Brittle from our icon API tests and replaces them with node:test and node:assert.

This test-only change drops Brittle from our icon API tests and
replaces them with `node:test` and `node:assert`.
@EvanHahn EvanHahn requested a review from tomasciccola May 23, 2024 19:33
})

// TODO: Currently fails. Not sure if we'd run into this situation often in reality
test(
'getBestVariant - multiple exact matches return deterministic result',
{ todo: true },
(t) => {
{ skip: true },
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed todo to skip so errors didn't show up in the output, but this has no other effect (e.g., test will still be skipped either way).

@EvanHahn EvanHahn merged commit 9f8e96e into main May 28, 2024
7 checks passed
@EvanHahn EvanHahn deleted the icon-api-tests-to-nodetest branch May 28, 2024 15:10
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.

2 participants