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 15671b6 commit eb2f84dCopy full SHA for eb2f84d
lib/jasmine.js
@@ -201,7 +201,7 @@ class Jasmine extends RunnerBase {
201
* await jasmine.execute(null, '^a suite a child suite');
202
*
203
* // Run all specs that are inside a suite named "a child suite" that is
204
- * // inside a top-level suite named "a suite"
+ * // a child of a top-level suite named "a suite"
205
* await jasmine.execute(null, {path: ['a suite', 'a child suite']});
206
*/
207
async execute(files, filter) {
0 commit comments