7152-devToTest_2414 #262

Merged
alexm merged 226 commits from 7152-devToTest_2414 into test 2024-03-28 08:20:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 62253e2282 - Show all commits

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;