From 528ba240c9704e7f31f0eaadacd3ea77f285fc54 Mon Sep 17 00:00:00 2001 From: Giedrius Grabauskas Date: Mon, 17 Jul 2017 12:28:19 +0300 Subject: [PATCH] Implemented StoresList in tests. --- types/flux/test/FluxUtils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/flux/test/FluxUtils.tsx b/types/flux/test/FluxUtils.tsx index 1cd3705fab..38e06e71e4 100644 --- a/types/flux/test/FluxUtils.tsx +++ b/types/flux/test/FluxUtils.tsx @@ -38,7 +38,7 @@ interface State { } class CounterContainer extends React.Component { - static getStores() { + static getStores(): Container.StoresList { return [Store]; }