Remove outdated TODO

This commit is contained in:
Dan Abramov
2017-10-20 17:34:16 +01:00
committed by GitHub
parent fa5adb3bc4
commit cc1ff874e5
@@ -16,7 +16,6 @@ describe('ReactFiberHostContext', () => {
beforeEach(() => {
jest.resetModules();
React = require('react');
// TODO: can we express this test with only public API?
ReactFiberReconciler = require('react-reconciler');
});