-
Notifications
You must be signed in to change notification settings - Fork 674
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
Typescript error when using testcafe version 1.6.0 #4405
Comments
Facing same issues |
@AlexKamaev - I have created a branch called typescript error and put the error I am getting in the README. It is slightly different error from the original one but the underlining problem is the same - typescript is using |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
What is the Current behavior?
"typescript": "3.6.0"
. When I upgraded fromversion 1.5.0
tov1.6.0
and I ran my tests I get this error:Looks like this is similar to or maybe the same as the declare var test on global scope issue
What is the Expected behavior?
I would expect to run the tests.
Your Environment details:
testcafe -v1.6.0
3.6.0
node -v10.15.3
The text was updated successfully, but these errors were encountered: