1.

What Is Configuration Tools Of Qunit Test?

Answer»
  • QUnit.assert: NAMESPACE for QUnit assertions.
  • QUnit.config: General configuration for QUnit. Check the description of each option for details
  • QUnit.dump.parse: Advanced and extensible data dumping for JavaScript
  • QUnit.extend: COPY the properties DEFINED by the MIXIN object into the target object
  • QUnit.push: DEPRECATED Report the result of a custom assertion
  • QUnit.stack: Returns a single line string representing the stacktrace (call stack)



Discussion

No Comment Found