UNPKG
react-page-objects
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
Page Object pattern for testing React components
github.com/QubitProducts/react-page-objects
react-page-objects
/
elements
/
utils
/
isReactBootstrapInput.js
5 lines
(4 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
function
isReactBootstrapInput
(input)
{
return
!!
input
.getInputDOMNode; }
module
.exports = isReactBootstrapInput;