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

Commit

Permalink
docs(frameworks): update interface in the frameworks readme file (#5197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak authored and cnishina committed Apr 7, 2019
1 parent 1c97c9f commit 8d05098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/frameworks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each file details the adapter for one test framework. Each file must export a
* @return {Promise.<Object>} Promise resolved with the test results. See
* "Requirements" section for details.
*/
export let run: (runner: Protractor.Runner, specs: string) => Promise<Object>
export let run: (runner: Protractor.Runner, specs: string[]) => Promise<Object>
```
Requirements
Expand Down

0 comments on commit 8d05098

Please sign in to comment.