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

Commit

Permalink
move export to export list
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn authored and heathkit committed Oct 15, 2019
1 parent 89fbf75 commit 37bef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {ElementHelper, ProtractorBrowser} from './browser';
import {ElementArrayFinder, ElementFinder} from './element';
import {ProtractorExpectedConditions} from './expectedConditions';
import {ProtractorBy} from './locators';
export {PluginConfig, ProtractorPlugin} from './plugins';
import {Ptor} from './ptor';

// Re-export selenium-webdriver types from typings directory.
Expand All @@ -13,6 +12,7 @@ export {Config} from './config';
export {ElementArrayFinder, ElementFinder} from './element';
export {ProtractorExpectedConditions} from './expectedConditions';
export {Locator, ProtractorBy} from './locators';
export {PluginConfig, ProtractorPlugin} from './plugins';
export {Ptor} from './ptor';
export {Runner} from './runner';

Expand Down

0 comments on commit 37bef24

Please sign in to comment.