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

Reliability: Flow types for tests (part 4) #279

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Conversation

alshdavid
Copy link
Contributor

Continue from here link

Copy link
Contributor Author

@alshdavid alshdavid Dec 12, 2024

Choose a reason for hiding this comment

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

We have many tests that are marked as skipped which depend on these functions. The tests were not updated when these functions were removed and they were not detected because type checking was disabled on those files.

I added these stubs to pass the type checker, we will need to correct the skipped tests in the future

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to keep those skipped tests, or should the be deleted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm in favour of deleting them but I'd like to leave that for another PR as there are quite a lot of tests to remove. This PR is mainly focused on fixing typing errors

@alshdavid alshdavid force-pushed the alsh/add-flow-to-tests-4 branch 2 times, most recently from 7f80919 to ba53c7f Compare December 12, 2024 07:16
Changing the underlying type rather than the caller

html

assert.fail()

skipping false positive test

test

test

ci

ci

image

kotlin

markdown

monorepos

parser

pnp

postcss

posthtml

reason

symbol prop

tailwind

toml

wasm

webextension
@alshdavid alshdavid force-pushed the alsh/add-flow-to-tests-4 branch from ba53c7f to 16c03a9 Compare December 12, 2024 07:25
@alshdavid alshdavid changed the title WIP: Reliability: Flow types for tests (part 4) Reliability: Flow types for tests (part 4) Dec 12, 2024
@alshdavid alshdavid force-pushed the alsh/add-flow-to-tests-4 branch from 26e449d to b386452 Compare December 13, 2024 00:22
@alshdavid alshdavid merged commit 3054dda into main Dec 13, 2024
17 checks passed
@alshdavid alshdavid deleted the alsh/add-flow-to-tests-4 branch December 13, 2024 00:40
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