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:
Sebastian Markbage
2014-12-18 13:52:56 -08:00
parent 435aac26af
commit e31f23fc2a
2 changed files with 36 additions and 0 deletions
@@ -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.
});