X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fui%2Fweb%2Ftests%2Funit%2FCSTable.spec.ts;h=b77fab86b9e1ba819edd20d067f3c59edb79105c;hb=f27eb751a2eb332306ecb9c5c4f0578d3bf66ee4;hp=96101802af16c3fa119f7ee0c28bc2f3cd3758b1;hpb=63d66f277597ff884df1f18a76ab4078f02df150;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/tests/unit/CSTable.spec.ts b/src/ui/web/tests/unit/CSTable.spec.ts index 96101802..b77fab86 100644 --- a/src/ui/web/tests/unit/CSTable.spec.ts +++ b/src/ui/web/tests/unit/CSTable.spec.ts @@ -1,7 +1,7 @@ import { expect } from 'chai'; import { shallowMount } from '@vue/test-utils'; import CSTable from '@/components/charging-stations/CSTable.vue'; -import type { ChargingStationData } from '@/type/ChargingStationType'; +import type { ChargingStationData } from '@/types/ChargingStationType'; describe('CSTable.vue', () => { it('renders CS table columns name', () => {