mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add placeholders for static prop type tests
This is where tests of static prop types should go when we have the infrastructure set up to handle it.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Copyright 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
* @emails react-core
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
describe('ReactFlowPropTypes', function() {
|
||||
|
||||
// TODO: Test Flow integration and ensure that prop types works.
|
||||
|
||||
});
|
||||
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Copyright 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
* @emails react-core
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
describe('ReactTypeScriptPropTypes', function() {
|
||||
|
||||
// TODO: Test TypeScript integration and ensure that prop types works.
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user