We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeError: run is not a function
cli
4.9.1
Today I got dependabot PRs in a few repositories, to upgrade from v4.9.0 to v4.9.1, and they all fail with the same error.
With v4.9.0 everything works as expected.
When running tests, I get TypeError: run is not a function
It happens just by updating to v4.9.1, and trying to import and then use the run function, but you can see how I use it here https://github.com/shlinkio/shlink-frontend-kit/blob/86ad2eb395d35d57225cb0e4527282435efa6955/test/__helpers__/accessibility.ts
run
You can see an example of the error here https://github.com/shlinkio/shlink-frontend-kit/actions/runs/9041997260/job/24848007149#step:5:59
Also, I'm not sure if it's related, but I use vite, vitest and react-testing-library
The text was updated successfully, but these errors were encountered:
Just realized I created this issue in the wrong repository. Closing in favor of dequelabs/axe-core#4458
Sorry, something went wrong.
Tracking in axe-core repo
No branches or pull requests
Product
cli
Product Version
4.9.1
Latest Version
Issue Description
Expectation
Today I got dependabot PRs in a few repositories, to upgrade from v4.9.0 to v4.9.1, and they all fail with the same error.
With v4.9.0 everything works as expected.
Actual
When running tests, I get
TypeError: run is not a function
How to Reproduce
It happens just by updating to v4.9.1, and trying to import and then use the
run
function, but you can see how I use it here https://github.com/shlinkio/shlink-frontend-kit/blob/86ad2eb395d35d57225cb0e4527282435efa6955/test/__helpers__/accessibility.tsAdditional context
You can see an example of the error here https://github.com/shlinkio/shlink-frontend-kit/actions/runs/9041997260/job/24848007149#step:5:59
Also, I'm not sure if it's related, but I use vite, vitest and react-testing-library
The text was updated successfully, but these errors were encountered: