fix: refs #7050 delete import added by mistake
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2024-12-12 16:04:57 +01:00
parent 77f4949ba6
commit 0706c9d58e
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { createWrapper } from 'app/test/vitest/helper';
import CrudModel from 'components/CrudModel.vue';
import c from 'croppie';
import { vi, afterEach, beforeEach, beforeAll, describe, expect, it } from 'vitest';
describe('CrudModel', () => {