From 632a077e6a06aee4ee8d3376f60c94f79b835d34 Mon Sep 17 00:00:00 2001 From: jtubau Date: Wed, 12 Mar 2025 09:57:57 +0100 Subject: [PATCH] test: refs #8440 remove only from VnNotes test suite description --- src/components/common/__tests__/VnNotes.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/__tests__/VnNotes.spec.js b/src/components/common/__tests__/VnNotes.spec.js index 215a43aa7..ea595060a 100644 --- a/src/components/common/__tests__/VnNotes.spec.js +++ b/src/components/common/__tests__/VnNotes.spec.js @@ -2,7 +2,7 @@ import { describe, it, expect, vi, afterEach, beforeEach, afterAll } from 'vites import { createWrapper, axios } from 'app/test/vitest/helper'; import VnNotes from 'src/components/ui/VnNotes.vue'; -describe.only('VnNotes', () => { +describe('VnNotes', () => { let vm; let wrapper; let spyFetch;