test(claim_photo): init front test
gitea/salix-front/pipeline/head There was a failure building this commit
Details
gitea/salix-front/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a303692454
commit
5d657a74a4
|
@ -7,6 +7,8 @@ describe('ClaimPhoto', () => {
|
||||||
let vm;
|
let vm;
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
vm = createWrapper(ClaimPhoto).vm;
|
vm = createWrapper(ClaimPhoto).vm;
|
||||||
|
|
||||||
|
//setup: () => { claimDms: ref([])
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
|
|
Loading…
Reference in New Issue