This commit is contained in:
Loewy 2024-01-11 23:01:05 -08:00
parent a9afd7e0a9
commit 8d40008e5d

View File

@ -3,8 +3,8 @@ import { render } from '@testing-library/react-native';
import "@testing-library/jest-native/extend-expect";
import * as scale from 'd3-scale'
import { CustomBars } from '../../component/custom-bars';
import { calculateBarOrigin, drawBarPath } from '../../component/custom-bar-utils';
import { CustomBars } from '../../component/charts/custom-bars';
import { calculateBarOrigin, drawBarPath } from '../../component/charts/custom-bar-utils';
const mockYScaleFunction = scale.scaleLinear();