Skip to content

Commit eb2f84d

Browse files
committed
Clarify execute() example that uses an exact path filter
1 parent 15671b6 commit eb2f84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jasmine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Jasmine extends RunnerBase {
201201
* await jasmine.execute(null, '^a suite a child suite');
202202
*
203203
* // Run all specs that are inside a suite named "a child suite" that is
204-
* // inside a top-level suite named "a suite"
204+
* // a child of a top-level suite named "a suite"
205205
* await jasmine.execute(null, {path: ['a suite', 'a child suite']});
206206
*/
207207
async execute(files, filter) {

0 commit comments

Comments
 (0)