1.0.0 • Published 5 years ago
testing-library-aff v1.0.0
testing-library-aff
Made with create-react-library
Install
npm install --save testing-library-aff
Usage
import React, { Component } from 'react'
import MyComponent from 'testing-library-aff'
import 'testing-library-aff/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © aleix
1.0.0
5 years ago