Skip to content

Commit ac489a3

Browse files
author
Marik Shnitman
committed
Changed structure
1 parent d99660c commit ac489a3

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

generatedTypes/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
export * from './src/style';
77
export * from './src/services';
88
export * from './lib/components';
9-
export * from './testkit';
109
export * as Incubator from './src/incubator';
1110
export * as Hooks from './src/hooks';
1211
export * as Modifiers from './src/commons/modifiers';

src/testkit/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

testkit/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from '../src/testkit';
1+
export {default as ButtonDriverFactory} from '../src/components/button/Button.driver';

0 commit comments

Comments
 (0)