typo
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-08-25 13:47:56 +02:00
parent 94f5deffac
commit 1f169d31e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { createWrapper, axios } from 'app/test/vitest/helper';
import CrudModel from 'components/CrudModel.vue';
import { vi, afterEach, beforeEach, beforeAll, describe, expect, it } from 'vitest';
describe.only('CrudModel', () => {
describe('CrudModel', () => {
let vm;
beforeAll(() => {
vm = createWrapper(CrudModel, {