-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Ava test() expression is not callable / has no call signatures #3349
Comments
Can you reproduce this outside of your project? With and without |
Same issue. Tests are still passing, but there are also these error messages in the output.
|
@KillyMXI Can you reproduce this outside of your project? With and without tsimp/import? Nothing would have changed in AVA so it suggests a problem elsewhere. |
All experiments done with Node.js v20.18.0 The issue reproduces if I bump Trying to replace
Trying to roll back versions of
Trying
After facing the issue in one of my packages repo, I reproduced this in my playground repo with a single trivial test. I've no idea how |
After updating Typescript from 5.5.4 to 5.6.3 i started to have an error
Version of ava - 6.2.0
Version of Typescript - 5.6.3
Version of tsimp - 2.0.12
ava config
test example
I expect not to have this warning from Typescript when using Ava.
There was similar issue #2539, but it's closed and nothing from comments there helping me (first of all because I can not use require syntax).
The text was updated successfully, but these errors were encountered: