Testing react library setup
npm install --save kg-testing-react-library
import * as React from 'react'
import MyComponent from 'kg-testing-react-library'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
MIT © kirangadhave