Skip to content

Commit

Permalink
Don't test implementation details
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Nov 2, 2016
1 parent 2006090 commit c90633f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 165 deletions.
8 changes: 0 additions & 8 deletions src/renderers/noop/ReactNoop.js
Expand Up @@ -172,14 +172,6 @@ var ReactNoop = {
}
},

hasScheduledDeferredCallback() {
return Boolean(scheduledDeferredCallback);
},

hasScheduledAnimationCallback() {
return Boolean(scheduledAnimationCallback);
},

// Shortcut for testing a single root
render(element : ReactElement<any>, callback: ?Function) {
ReactNoop.renderToRootWithID(element, DEFAULT_ROOT_ID, callback);
Expand Down

0 comments on commit c90633f

Please sign in to comment.