File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ scripts/shared/__tests__/evalToString-test.js
45
45
src/isomorphic/__tests__/React-test.js
46
46
* should log a deprecation warning once when using React.createMixin
47
47
* should warn once when attempting to access React.createClass
48
+ * should warn once when attempting to access React.PropTypes
48
49
49
50
src/isomorphic/children/__tests__/ReactChildren-test.js
50
51
* should support identity for simple
@@ -278,19 +279,6 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
278
279
* should have received the validator's return value
279
280
* should not warn if the validator returned null
280
281
281
- src/isomorphic/classic/types/__tests__/ReactPropTypesProduction-test.js
282
- * should be a no-op
283
- * should be a no-op
284
- * should be a no-op
285
- * should be a no-op
286
- * should be a no-op
287
- * should be a no-op
288
- * should be a no-op
289
- * should be a no-op
290
- * should be a no-op
291
- * should be a no-op
292
- * should not have been called
293
-
294
282
src/isomorphic/modern/class/__tests__/ReactClassEquivalence-test.js
295
283
* tests the same thing for es6 classes and CoffeeScript
296
284
* tests the same thing for es6 classes and TypeScript
You can’t perform that action at this time.
0 commit comments