mirror of
https://github.com/aleleba/chartjs-2-react.git
synced 2025-07-03 20:28:17 -06:00
Se implementa la libreria de create-react-library para que funcione la libreria.
Se sube a version 1.0.6 Se sube a GitHub 1.0.6
This commit is contained in:
7
src/test.js
Normal file
7
src/test.js
Normal file
@ -0,0 +1,7 @@
|
||||
import ExampleComponent from './'
|
||||
|
||||
describe('ExampleComponent', () => {
|
||||
it('is truthy', () => {
|
||||
expect(ExampleComponent).toBeTruthy()
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user