Skip to content

Commit

Permalink
feat: export doctor used in xcuitest driver (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Apr 8, 2024
1 parent 7f0e53b commit e8fd02e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import {XCUITestDriver} from './lib/driver';

export {XCUITestDriver};

export * as doctor from './lib/doctor/checks';

export default XCUITestDriver;
2 changes: 2 additions & 0 deletions lib/doctor/checks.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * as required from './required-checks';
export * as optional from './optional-checks';

0 comments on commit e8fd02e

Please sign in to comment.