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

fix(types): output plugin typings #3389

Merged
merged 3 commits into from
Jul 21, 2016
Merged

Conversation

cnishina
Copy link
Contributor

closes #3365

@cnishina
Copy link
Contributor Author

change protractor plugins to an interface; however, more direction is needed for:

addSuccess: ({specName: 'hello world'})

@cnishina
Copy link
Contributor Author

@sjelin will need input for above ^^

@cnishina cnishina force-pushed the types_plugins branch 2 times, most recently from 20ab5c9 to 634272d Compare July 19, 2016 21:37
};

module.exports = myPlugin;

```

Then, in a separate file, export an instance of that class using an assignment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete the part about the separate file now yeah?

@sjelin
Copy link
Contributor

sjelin commented Jul 19, 2016

Should be good with some minor doc fixes

@sjelin
Copy link
Contributor

sjelin commented Jul 21, 2016

LGTM

@cnishina cnishina merged commit b2eaa29 into angular:master Jul 21, 2016
@cnishina cnishina deleted the types_plugins branch July 28, 2016 20:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typings for ProtractorPlugin missing from index.d.ts in Protractor 4.0.0
3 participants