test: refs #8440 remove only from VnNotes test suite description
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-03-12 09:57:57 +01:00
parent e61196f8be
commit 632a077e6a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { describe, it, expect, vi, afterEach, beforeEach, afterAll } from 'vites
import { createWrapper, axios } from 'app/test/vitest/helper'; import { createWrapper, axios } from 'app/test/vitest/helper';
import VnNotes from 'src/components/ui/VnNotes.vue'; import VnNotes from 'src/components/ui/VnNotes.vue';
describe.only('VnNotes', () => { describe('VnNotes', () => {
let vm; let vm;
let wrapper; let wrapper;
let spyFetch; let spyFetch;