mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
I'll plan to change all of our console.error and component-tree expects to expectDev. It's a little annoying that we need to make sure tests don't throw (see my change to normalizeCodeLocInfo) but any alternative would seem to require two separate test runs or a much more cumbersome syntax.
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
src/renderers/shared/stack/reconciler/__tests__/ReactChildReconciler-test.js
|
|
* warns for duplicated keys
|
|
* warns for duplicated keys with component stack info
|