@@ -313,9 +313,11 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
313
313
* should not warn for valid values
314
314
* should be implicitly optional and not warn without values
315
315
* should warn for missing required values
316
+ * should warn if called manually in development
316
317
* should should accept any value
317
318
* should be implicitly optional and not warn without values
318
319
* should warn for missing required values
320
+ * should warn if called manually in development
319
321
* should fail for invalid argument
320
322
* should support the arrayOf propTypes
321
323
* should support arrayOf with complex types
@@ -325,23 +327,27 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
325
327
* should not warn when passing an empty array
326
328
* should be implicitly optional and not warn without values
327
329
* should warn for missing required values
330
+ * should warn if called manually in development
328
331
* should support components
329
332
* should not support multiple components or scalar values
330
333
* should be able to define a single child as label
331
334
* should warn when passing no label and isRequired is set
332
335
* should be implicitly optional and not warn without values
333
336
* should warn for missing required values
337
+ * should warn if called manually in development
334
338
* should warn for invalid instances
335
339
* should not warn for valid values
336
340
* should be implicitly optional and not warn without values
337
341
* should warn for missing required values
342
+ * should warn if called manually in development
338
343
* should warn for invalid values
339
344
* should not warn for valid values
340
345
* should not warn for iterables
341
346
* should not warn for entry iterables
342
347
* should not warn for null/undefined if not required
343
348
* should warn for missing required values
344
349
* should accept empty array for required props
350
+ * should warn if called manually in development
345
351
* should fail for invalid argument
346
352
* should support the objectOf propTypes
347
353
* should support objectOf with complex types
@@ -351,16 +357,19 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
351
357
* should not warn when passing an empty object
352
358
* should be implicitly optional and not warn without values
353
359
* should warn for missing required values
360
+ * should warn if called manually in development
354
361
* should warn but not error for invalid argument
355
362
* should warn for invalid values
356
363
* should not warn for valid values
357
364
* should be implicitly optional and not warn without values
358
365
* should warn for missing required values
366
+ * should warn if called manually in development
359
367
* should warn but not error for invalid argument
360
368
* should warn if none of the types are valid
361
369
* should not warn if one of the types are valid
362
370
* should be implicitly optional and not warn without values
363
371
* should warn for missing required values
372
+ * should warn if called manually in development
364
373
* should warn for non objects
365
374
* should not warn for empty values
366
375
* should not warn for an empty object
@@ -371,6 +380,7 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
371
380
* should warn for invalid key types
372
381
* should be implicitly optional and not warn without values
373
382
* should warn for missing required values
383
+ * should warn if called manually in development
374
384
* should warn for non-symbol
375
385
* should not warn for a polyfilled Symbol
376
386
* should have been called with the right params
0 commit comments