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 ?