From 5d657a74a42b14e0e5227a6639521881f84f73bf Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 20 Feb 2023 15:15:20 +0100 Subject: [PATCH] test(claim_photo): init front test --- test/vitest/__tests__/pages/Claims/ClaimPhoto.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/vitest/__tests__/pages/Claims/ClaimPhoto.spec.js b/test/vitest/__tests__/pages/Claims/ClaimPhoto.spec.js index 872add9af..a383a494c 100644 --- a/test/vitest/__tests__/pages/Claims/ClaimPhoto.spec.js +++ b/test/vitest/__tests__/pages/Claims/ClaimPhoto.spec.js @@ -7,6 +7,8 @@ describe('ClaimPhoto', () => { let vm; beforeAll(() => { vm = createWrapper(ClaimPhoto).vm; + + //setup: () => { claimDms: ref([]) }); afterEach(() => {