Skip to content

Commit cf49cfd

Browse files
author
Brian Vaughn
committed
Updated Fiber passing tests to remove tests that have been deleted in this branch
1 parent db48f54 commit cf49cfd

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Diff for: scripts/fiber/tests-passing.txt

+1-13
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ scripts/shared/__tests__/evalToString-test.js
4545
src/isomorphic/__tests__/React-test.js
4646
* should log a deprecation warning once when using React.createMixin
4747
* should warn once when attempting to access React.createClass
48+
* should warn once when attempting to access React.PropTypes
4849

4950
src/isomorphic/children/__tests__/ReactChildren-test.js
5051
* should support identity for simple
@@ -278,19 +279,6 @@ src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
278279
* should have received the validator's return value
279280
* should not warn if the validator returned null
280281

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-
294282
src/isomorphic/modern/class/__tests__/ReactClassEquivalence-test.js
295283
* tests the same thing for es6 classes and CoffeeScript
296284
* tests the same thing for es6 classes and TypeScript

0 commit comments

Comments
 (0)