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
+2 -1
View File
@@ -1,5 +1,5 @@
/// <reference path="react-0.11.d.ts" />
import React = require("react");
import React = require("react-0.11");
var PropTypesSpecification: React.Specification<any, any> = {
propTypes: {
@@ -63,6 +63,7 @@ var PropTypesSpecification: React.Specification<any, any> = {
return null;
}
},
render: (): React.Descriptor<any> => {
return null;
}