-
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
ReferenceError: $ is not defined #963
Comments
How to access
|
ok, i solve it, anyway, @jamestalmage thanks again |
How can i use AVA with jQuery ?
In my case,
i want to test a function which is in a file called app.ts (typescript file)
and i use
$.ajax
(jQuery API) in that function,so AVA will want to ask me : what is the
$
meaning ?????Note that, i want to keep unit test simple, clear,
i use jQuery, but it is not meaning i also want to test DOM
NOW i just want to let jQuery work in AVA
How can do that ?
The text was updated successfully, but these errors were encountered: