Update tests for dependencies of React to work with v0.14

This commit is contained in:
James Brantly
2015-11-11 09:47:20 -05:00
parent 94bdff51b4
commit 99443d33d5
8 changed files with 32 additions and 59 deletions
@@ -1,6 +1,8 @@
/// <reference path="./react-input-calendar.d.ts"/>
/// <reference path="../react/react.d.ts"/>
/// <reference path="../react/react-dom.d.ts"/>
import * as ReactInputCalendar from 'react-input-calendar';
import * as React from 'react';
React.render(<ReactInputCalendar />, document.body);
import * as ReactDOM from 'react-dom';
ReactDOM.render(<ReactInputCalendar />, document.body);