Skip to content

Commit 0b6d2a9

Browse files
committed
fix typo
1 parent 7deed62 commit 0b6d2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestRunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
1515
*
1616
* @constructor
1717
* @param {Object} properties - Configuration options.
18-
* @param {String} framework - The unit test framework's name. Can be 'yasmine', 'qunit',
18+
* @param {String} framework - The unit test framework's name. Can be 'jasmine', 'qunit',
1919
* 'YUI Test', 'mocha' or 'custom'.
2020
* @param {Function} onProgress - Progress handler.
2121
*/

0 commit comments

Comments
 (0)