chore: fix typescript error in addons/jest

This commit is contained in:
Anton Savoskin 2019-04-04 20:00:44 +07:00
parent c3e21c036f
commit 435ab82d06

View File

@ -24,13 +24,13 @@ interface InjectedProps {
tests?: Test[];
}
interface HocProps {
export interface HocProps {
channel: Channel;
api: API;
active?: boolean;
}
interface HocState {
export interface HocState {
kind?: string;
storyName?: string;
tests?: Test[];