Added ability to unit test features.

This commit is contained in:
Chris
2015-08-31 11:21:01 +02:00
parent 5e32fef364
commit 5055c67f68
10 changed files with 128 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import React from 'react/addons';
class AppComponent extends React.Component {
render() {
return (
<div>
<div className="index">
Content
</div>
);