Skip to content

Commit e31f23f

Browse files
committed
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.
1 parent 435aac2 commit e31f23f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/**
2+
* Copyright 2014, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*
9+
* @emails react-core
10+
*/
11+
12+
"use strict";
13+
14+
describe('ReactFlowPropTypes', function() {
15+
16+
// TODO: Test Flow integration and ensure that prop types works.
17+
18+
});
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/**
2+
* Copyright 2014, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*
9+
* @emails react-core
10+
*/
11+
12+
"use strict";
13+
14+
describe('ReactTypeScriptPropTypes', function() {
15+
16+
// TODO: Test TypeScript integration and ensure that prop types works.
17+
18+
});

0 commit comments

Comments
 (0)