X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftests%2Funit%2FCSTable.spec.ts;h=39c980c5d244ef1a0f954bcf1241b8ff6129064f;hb=13a6f27c10768faa05acf33fd8e0637511d49e3e;hp=a725df552f831e0b4648fd41d2df2bf368b95a13;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;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 a725df55..39c980c5 100644 --- a/ui/web/tests/unit/CSTable.spec.ts +++ b/ui/web/tests/unit/CSTable.spec.ts @@ -6,7 +6,7 @@ import type { ChargingStationData } from '@/types' test('renders CS table columns name', () => { const chargingStations: ChargingStationData[] = [] const wrapper = shallowMount(CSTable, { - props: { chargingStations, idTag: '0' }, + props: { chargingStations, idTag: '0' } }) expect(wrapper.text()).to.include('Action') expect(wrapper.text()).to.include('Connector')