-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error: QUnit is not defined #12
Comments
Hi. Take a look at the test code here. QUnit is something you define in your own test code. And note the comment at the top about code ordering. |
Thanks Andrew, this is the source code of my
it uses the same logic as the source code you shared. The order of my files is the following:
When I comment on the block for doing the testing
I got the following result, which is the same you in your tutorial, when there are not tests defined: QUnit v2.9.2 for Google Apps Script Please advise, Thanks, David |
I removed the semicolon at the end here, and it works:
The response, still indicates it is running QUnit 2.9.2 Thanks, David |
First of all, thank you for creating this tool. I am following the instructions you provided:
http://qunitgs2.com/examples/step-by-step-tutorial
I was able to install version 23 using the ID you provided.
When I enter the code for specifying the test cases I am getting the following error:
ReferenceError: QUnit is not defined (line 17, file "Tests")
The line refers to the following portion of the source code:
QUnit.module("reviewBugInfo tests");
This is the QUnit version: QUnit v2.9.2 for Google Apps Script
I was not able to find this error on the internet.
Please advise,
Thanks
The text was updated successfully, but these errors were encountered: