X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftests%2Funit%2FCSTable.spec.ts;h=8a417af8619544233f04c94705de0e4738c8d641;hb=84ec8d3464903cfa8259ff622bff2b19b5c47132;hp=0a364a6cf62fc3d184fd0dac8b35c6efbcb29b83;hpb=2762ad626ae7c18006df4cfc86dcf85035c467b2;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 0a364a6c..8a417af8 100644 --- a/ui/web/tests/unit/CSTable.spec.ts +++ b/ui/web/tests/unit/CSTable.spec.ts @@ -1,5 +1,6 @@ -import { expect, test } from 'vitest' import { shallowMount } from '@vue/test-utils' +import { expect, test } from 'vitest' + import CSTable from '@/components/charging-stations/CSTable.vue' import type { ChargingStationData } from '@/types'