Fix the build (these tests were renamed)

This commit is contained in:
Dan Abramov
2016-11-02 19:28:26 +00:00
parent 99be3781ef
commit 2b26ea614d
+21 -21
View File
@@ -795,27 +795,27 @@ src/renderers/shared/fiber/__tests__/ReactIncrementalReflection-test.js
* finds no node before insertion and correct node before deletion
src/renderers/shared/fiber/__tests__/ReactIncrementalScheduling-test.js
* schedules and flushes hi-pri work
* schedules and flushes hi-pri work for many roots
* flushes all scheduled hi-pri work
* flushes all scheduled hi-pri work for many roots
* schedules and flushes lo-pri work
* schedules and flushes lo-pri work for many roots
* flushes scheduled lo-pri work fitting within deadline
* flushes scheduled lo-pri work fitting within deadline for many roots
* schedules more lo-pri work if it runs out of time
* schedules more lo-pri work if it runs out of time with many roots
* FIXME: flushes late hi-pri work in a lo-pri callback if it wins
* FIXME: flushes late hi-pri work in a lo-pri callback if it wins with many roots
* FIXME: ignores late hi-pri work in a hi-pri callback if it wins
* FIXME: ignores late hi-pri work in a hi-pri callback if it wins with many roots
* FIXME: ignores all work in a lo-pri callback if it wins
* FIXME: ignores all work in a lo-pri callback if it wins with many roots
* flushes root with late lo-pri work in a hi-pri callback if it wins
* flushes all roots with hi-pri work in a hi-pri callback if it wins
* splits lo-pri work on multiple roots
* works on lo-pri roots in the order they were scheduled
* handles interleaved lo-pri and hi-pri work
* schedules and flushes animation work
* schedules and flushes animation work for many roots
* flushes all scheduled animation work
* flushes all scheduled animation work for many roots
* schedules and flushes deferred work
* schedules and flushes deferred work for many roots
* flushes scheduled deferred work fitting within deadline
* flushes scheduled deferred work fitting within deadline for many roots
* schedules more deferred work if it runs out of time
* schedules more deferred work if it runs out of time with many roots
* FIXME: flushes late animation work in a deferred callback if it wins
* FIXME: flushes late animation work in a deferred callback if it wins with many roots
* FIXME: ignores late animation work in an animation callback if it wins
* FIXME: ignores late animation work in an animation callback if it wins with many roots
* FIXME: ignores all work in a deferred callback if it wins
* FIXME: ignores all work in a deferred callback if it wins with many roots
* flushes root with late deferred work in an animation callback if it wins
* flushes all roots with animation work in an animation callback if it wins
* splits deferred work on multiple roots
* works on deferred roots in the order they were scheduled
* handles interleaved deferred and animation work
src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js
* can update child nodes of a host instance