Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 8d05098

Browse files
jan-molakcnishina
authored andcommitted
docs(frameworks): update interface in the frameworks readme file (#5197)
1 parent 1c97c9f commit 8d05098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/frameworks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each file details the adapter for one test framework. Each file must export a
1313
* @return {Promise.<Object>} Promise resolved with the test results. See
1414
* "Requirements" section for details.
1515
*/
16-
export let run: (runner: Protractor.Runner, specs: string) => Promise<Object>
16+
export let run: (runner: Protractor.Runner, specs: string[]) => Promise<Object>
1717
```
1818
1919
Requirements

0 commit comments

Comments
 (0)