Skip to content

Commit

Permalink
first success result
Browse files Browse the repository at this point in the history
  • Loading branch information
trinisofttechnologies committed Mar 16, 2015
1 parent e1772c2 commit fcf4edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client_test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Tinytest.addAsync 'reactjs - dom element equals to data', (test, next) ->
intervalId = null
intervalId = setInterval(()->
domString = React.renderComponentToString(feedItems(null))
console.error(domString)
if domString.match(testingRecommend.from + testingRecommend.to)
test.equal(true,true)
next()
Expand Down

0 comments on commit fcf4edd

Please sign in to comment.