X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftests%2Funit%2FCSTable.spec.ts;h=cc31c0cfaf996de0904af3d628149e39c9d55a63;hb=abea4654ea4b5d3484fd32ca49be95225098d0c1;hp=36e91245f27ce463de1a7772ae858f50ab305b9c;hpb=cbac237384185b5debef0c1e8b21e96f730104e5;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/tests/unit/CSTable.spec.ts b/ui/web/tests/unit/CSTable.spec.ts index 36e91245..cc31c0cf 100644 --- a/ui/web/tests/unit/CSTable.spec.ts +++ b/ui/web/tests/unit/CSTable.spec.ts @@ -1,7 +1,7 @@ import { expect, test } from 'vitest'; import { shallowMount } from '@vue/test-utils'; import CSTable from '@/components/charging-stations/CSTable.vue'; -import type { ChargingStationData } from '@/types/ChargingStationType'; +import type { ChargingStationData } from '@/types'; test('renders CS table columns name', () => { const chargingStations: ChargingStationData[] = [];