Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

React 0.14 #33

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

React 0.14 #33

wants to merge 4 commits into from

Conversation

lionelB
Copy link
Contributor

@lionelB lionelB commented Sep 13, 2015

WIP still some issue probably due to <Modal /> when used renderIntoDocument()
other tests are greens !

Do you mind take a look if it is going in the good direction ?

rename js file to jsx
remove jsx pragma
update project dependencies
update to react v0.14 api
@lionelB
Copy link
Contributor Author

lionelB commented Sep 14, 2015

🎂 @n1k0

@n1k0
Copy link
Owner

n1k0 commented Sep 14, 2015

Thanks :)

You well deserved a review today o/

"indent": [
2,
2
],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please format it this way: "indent": [2, 2],


describe("KeptTodo", function() {
var comp, fakeUpdate;

function renderWithProps(props) {
return TestUtils.renderIntoDocument(KeptTodo(props));
return TestUtils.renderIntoDocument( <KeptTodo {...props} />);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: no space before JSX tag here.

@n1k0
Copy link
Owner

n1k0 commented Sep 14, 2015

Man, this looks super good. I have to switch to other tasks so I didn't take the time to run the app locally, will do asap. Great work! Cheers

@lionelB
Copy link
Contributor Author

lionelB commented Sep 14, 2015

side note
mocha --watch option not fully working here... don't know why :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants