Implemented StoresList in tests.

This commit is contained in:
Giedrius Grabauskas
2017-07-17 12:28:19 +03:00
committed by GitHub
parent 91c1355890
commit 528ba240c9

View File

@@ -38,7 +38,7 @@ interface State {
}
class CounterContainer extends React.Component<Props, State> {
static getStores() {
static getStores(): Container.StoresList {
return [Store];
}