Merge branch 'dev' into 6930_fix_bug
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2024-03-18 12:33:20 +00:00
commit 4b03405474
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { vi, describe, expect, it, beforeAll, afterEach } from 'vitest';
import { createWrapper, axios } from 'app/test/vitest/helper';
import VnPaginate from 'src/components/ui/VnPaginate.vue';
describe('VnPaginate', () => {
describe.skip('VnPaginate', () => {
const expectedUrl = '/api/customers';
let vm;