feat(tests): export internal components so we can unit test them directly

This commit is contained in:
Łukasz Mierzwa
2018-08-29 22:32:14 +01:00
parent edba052ecd
commit 3b680d9217

View File

@@ -243,4 +243,4 @@ const DateTimeSelect = observer(
}
);
export { DateTimeSelect };
export { DateTimeSelect, TabContentStart, TabContentEnd, TabContentDuration };