Fixed coding styles

This commit is contained in:
Alejandro Celaya 2022-05-13 20:25:32 +02:00
parent d44be88b3f
commit bc8956db4a

View file

@ -1,6 +1,6 @@
import { screen } from '@testing-library/react';
import { DoughnutChart } from '../../../src/visits/charts/DoughnutChart';
import { setUpCanvas } from '../../__mocks__/setUpCanvas';
import { screen } from '@testing-library/react';
describe('<DoughnutChart />', () => {
const stats = {
@ -20,5 +20,5 @@ describe('<DoughnutChart />', () => {
expect(screen.getByText('foo')).toBeInTheDocument();
expect(screen.getByText('bar')).toBeInTheDocument();
})
});
});