Add tests

Restore old definitions as react-router-0.13.3.d.ts
Update react-redux to use old definitions
This commit is contained in:
Sergey Buturlakin
2015-09-30 19:27:10 +03:00
parent ef5f585334
commit 4a33c914d1
6 changed files with 430 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/// <reference path="react-redux.d.ts" />
/// <reference path="../react/react.d.ts"/>
/// <reference path="../redux/redux.d.ts" />
/// <reference path="../react-router/react-router.d.ts" />
/// <reference path="../react-router/react-router-0.13.3.d.ts" />
/// <reference path="../object-assign/object-assign.d.ts" />
import { Component } from 'react';