From 8897b5659722f3ca4f582242a160187a0258dcb6 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Fri, 12 Apr 2019 09:17:16 +0200 Subject: [PATCH] [Templating] Fixes an error in the react redux template when opened in VS (#9292) --- .../content/ReactRedux-CSharp/ClientApp/src/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.tsx b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.tsx index 8ad9b2d9f3..6875830410 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.tsx +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.tsx @@ -11,7 +11,7 @@ it('renders without crashing', () => { dispatch: () => {}, getState: () => ({ ...state }) }); - const store = storeFake({}); + const store = storeFake({}) as any; ReactDOM.render(