test: refs #8440 remove only from VnNotes test suite description
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
e61196f8be
commit
632a077e6a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue