@@ -313,9 +313,11 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
313313* should not warn for valid values
314314* should be implicitly optional and not warn without values
315315* should warn for missing required values
316+ * should warn if called manually in development
316317* should should accept any value
317318* should be implicitly optional and not warn without values
318319* should warn for missing required values
320+ * should warn if called manually in development
319321* should fail for invalid argument
320322* should support the arrayOf propTypes
321323* should support arrayOf with complex types
@@ -325,23 +327,27 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
325327* should not warn when passing an empty array
326328* should be implicitly optional and not warn without values
327329* should warn for missing required values
330+ * should warn if called manually in development
328331* should support components
329332* should not support multiple components or scalar values
330333* should be able to define a single child as label
331334* should warn when passing no label and isRequired is set
332335* should be implicitly optional and not warn without values
333336* should warn for missing required values
337+ * should warn if called manually in development
334338* should warn for invalid instances
335339* should not warn for valid values
336340* should be implicitly optional and not warn without values
337341* should warn for missing required values
342+ * should warn if called manually in development
338343* should warn for invalid values
339344* should not warn for valid values
340345* should not warn for iterables
341346* should not warn for entry iterables
342347* should not warn for null/undefined if not required
343348* should warn for missing required values
344349* should accept empty array for required props
350+ * should warn if called manually in development
345351* should fail for invalid argument
346352* should support the objectOf propTypes
347353* should support objectOf with complex types
@@ -351,16 +357,19 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
351357* should not warn when passing an empty object
352358* should be implicitly optional and not warn without values
353359* should warn for missing required values
360+ * should warn if called manually in development
354361* should warn but not error for invalid argument
355362* should warn for invalid values
356363* should not warn for valid values
357364* should be implicitly optional and not warn without values
358365* should warn for missing required values
366+ * should warn if called manually in development
359367* should warn but not error for invalid argument
360368* should warn if none of the types are valid
361369* should not warn if one of the types are valid
362370* should be implicitly optional and not warn without values
363371* should warn for missing required values
372+ * should warn if called manually in development
364373* should warn for non objects
365374* should not warn for empty values
366375* should not warn for an empty object
@@ -371,6 +380,7 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
371380* should warn for invalid key types
372381* should be implicitly optional and not warn without values
373382* should warn for missing required values
383+ * should warn if called manually in development
374384* should warn for non-symbol
375385* should not warn for a polyfilled Symbol
376386* should have been called with the right params
0 commit comments