import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils'
import SyCheckBoxGroup from '../SyCheckBoxGroup.vue'
const options = [
{ label: 'Option A', value: 'a' },
{ label: 'Option B', value: 'b' },
{ label: 'Option C', value: 'c' },
]
// SyCheckBoxGroup ne porte aucun style de focus propre : c'est un