Skip to content

Commit 16bc3f2

Browse files
format
1 parent 222c667 commit 16bc3f2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export { bundleWDASim } from './check-dependencies';
2-
export { NoSessionProxy } from './no-session-proxy';
3-
export { WebDriverAgent } from './webdriveragent';
4-
export { WDA_BASE_URL, WDA_RUNNER_BUNDLE_ID, PROJECT_FILE } from './constants';
5-
export { resetTestProcesses, BOOTSTRAP_PATH } from './utils';
1+
export {bundleWDASim} from './check-dependencies';
2+
export {NoSessionProxy} from './no-session-proxy';
3+
export {WebDriverAgent} from './webdriveragent';
4+
export {WDA_BASE_URL, WDA_RUNNER_BUNDLE_ID, PROJECT_FILE} from './constants';
5+
export {resetTestProcesses, BOOTSTRAP_PATH} from './utils';
66

77
export * from './types';

0 commit comments

Comments
 (0)