Skip to content

Commit 60b2241

Browse files
committed
Merge pull request facebook#2745 from sebmarkbage/types
Add placeholders for static prop type tests
2 parents c63de4b + e31f23f commit 60b2241

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)