Skip to content

Commit a8423f7

Browse files
committed
Fix error
1 parent d5aefd7 commit a8423f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

training-front-end/src/components/__tests__/ValidatedCheckboxGroup.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { mount } from '@vue/test-utils';
22
import ValidatedCheckboxGroup from '../form-components/ValidatedCheckboxGroup.vue';
33
import { describe, it, expect } from 'vitest';
4-
import {ref} from "vue";
54

65
describe('ValidatedCheckboxGroup.vue', () => {
76
it('renders options correctly', () => {

0 commit comments

Comments
 (0)