mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-28 16:16:24 +00:00
Fixed coding styles
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
import { screen } from '@testing-library/react';
|
||||||
import { DoughnutChart } from '../../../src/visits/charts/DoughnutChart';
|
import { DoughnutChart } from '../../../src/visits/charts/DoughnutChart';
|
||||||
import { setUpCanvas } from '../../__mocks__/setUpCanvas';
|
import { setUpCanvas } from '../../__mocks__/setUpCanvas';
|
||||||
import { screen } from '@testing-library/react';
|
|
||||||
|
|
||||||
describe('<DoughnutChart />', () => {
|
describe('<DoughnutChart />', () => {
|
||||||
const stats = {
|
const stats = {
|
||||||
@@ -20,5 +20,5 @@ describe('<DoughnutChart />', () => {
|
|||||||
|
|
||||||
expect(screen.getByText('foo')).toBeInTheDocument();
|
expect(screen.getByText('foo')).toBeInTheDocument();
|
||||||
expect(screen.getByText('bar')).toBeInTheDocument();
|
expect(screen.getByText('bar')).toBeInTheDocument();
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user