[Templating] Fixes an error in the react redux template when opened in VS (#9292)

This commit is contained in:
Javier Calvarro Nelson 2019-04-12 09:17:16 +02:00 committed by GitHub
parent 022e79cf17
commit 8897b56597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ it('renders without crashing', () => {
dispatch: () => {},
getState: () => ({ ...state })
});
const store = storeFake({});
const store = storeFake({}) as any;
ReactDOM.render(
<Provider store={store}>