mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-11 09:11:02 +08:00
Added ability to unit test features.
This commit is contained in:
@@ -6,7 +6,7 @@ import React from 'react/addons';
|
||||
class AppComponent extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<div className="index">
|
||||
Content
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user