8440-createVehicleNotes #1638
src/components/common/__tests__
|
@ -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