refactor: refine prettier configuration
[e-mobility-charging-stations-simulator.git] / ui / web / tests / unit / CSTable.spec.ts
index a725df552f831e0b4648fd41d2df2bf368b95a13..39c980c5d244ef1a0f954bcf1241b8ff6129064f 100644 (file)
@@ -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')