chartjs-2-react/src/test.js
2019-12-05 13:07:01 -06:00

8 lines
148 B
JavaScript

import ExampleComponent from './'
describe('ExampleComponent', () => {
it('is truthy', () => {
expect(ExampleComponent).toBeTruthy()
})
})