mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Fixed coding styles
This commit is contained in:
parent
d44be88b3f
commit
bc8956db4a
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue