InterviewSolution
Saved Bookmarks
| 1. |
How Do You Register A Unit Test In Qunit? |
|
Answer» CALL QUnit.test() in your test CODE with a speaking test description and a CALLBACK that CONTAINS at least one assertion. Call QUnit.test() in your test code with a speaking test description and a callback that contains at least one assertion. |
|