1.0.1 • Published 7 years ago
test-library-boxton90 v1.0.1
test-library
Install
npm install --save test-library
Usage
import React, { Component } from 'react'
import MyComponent from 'test-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © boxton90