Skip to content

Commit

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

// Re-export selenium-webdriver types from typings directory.
Expand All @@ -16,9 +16,6 @@ export {Locator, ProtractorBy} from './locators';
export {Ptor} from './ptor';
export {Runner} from './runner';

export type PluginConfig = PluginConfig;
export type ProtractorPlugin = ProtractorPlugin;

export const utils = {
firefox: require('selenium-webdriver/firefox'),
http: require('selenium-webdriver/http'),
Expand Down

0 comments on commit 89fbf75

Please sign in to comment.