mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Unit test fixes after major updates
This commit is contained in:
parent
fe60480678
commit
acfaf6af9f
13 changed files with 21 additions and 59 deletions
|
@ -2,7 +2,6 @@ import { mount } from '@vue/test-utils';
|
|||
import { beforeEach, expect } from 'vitest';
|
||||
import BlockUI from './BlockUI.vue';
|
||||
|
||||
vi.mock('primevue/utils');
|
||||
let wrapper = null;
|
||||
|
||||
describe('BlockUI.vue', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue