Created ImageDownloader test

This commit is contained in:
Alejandro Celaya
2021-09-19 10:57:36 +02:00
parent 3a8c7a7bf4
commit 9518a5e442
7 changed files with 50 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ import { Doughnut } from 'react-chartjs-2';
import { keys, values } from 'ramda';
import { DoughnutChart } from '../../../src/visits/charts/DoughnutChart';
describe.skip('<DoughnutChart />', () => {
describe('<DoughnutChart />', () => {
let wrapper: ShallowWrapper;
const stats = {
foo: 123,