We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7deed62 commit 0b6d2a9Copy full SHA for 0b6d2a9
src/TestRunner.js
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
15
*
16
* @constructor
17
* @param {Object} properties - Configuration options.
18
- * @param {String} framework - The unit test framework's name. Can be 'yasmine', 'qunit',
+ * @param {String} framework - The unit test framework's name. Can be 'jasmine', 'qunit',
19
* 'YUI Test', 'mocha' or 'custom'.
20
* @param {Function} onProgress - Progress handler.
21
*/
0 commit comments