You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the project sgvizler2, I try to use TestyTs but my project use also JQuery.
I have the error:
ERROR An error occured while executing the following command: /usr/bin/node /home/karima/git/sgvizler2/node_modules/.bin/testyts. Error: "jQuery is not defined"
Hi @BorderCloud ! Thanks for your patience. I believe your issue could be solved by importing and defining jQuery in a test setup (new feature available in v1.3.0).
In the project sgvizler2, I try to use TestyTs but my project use also JQuery.
I have the error:
You can reproduce the error:
clone https://github.com/BorderCloud/sgvizler2.git
testyts
May be, I forgot an option in testy.json ?
The text was updated successfully, but these errors were encountered: