Renaming the legacy module for tests

Apparently they conflict otherwise which is unfortunate.
This commit is contained in:
Phips Peter
2014-10-17 12:14:42 -07:00
parent 1d663ab9a3
commit 8336da666d
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Asana <https://asana.com>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "react" {
declare module "react-0.11" {
export = React;
}