diff --git a/test/component/custom-bars.test.tsx b/test/component/custom-bars.test.tsx index fe62815..abd3850 100644 --- a/test/component/custom-bars.test.tsx +++ b/test/component/custom-bars.test.tsx @@ -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();