mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
tests updated
This commit is contained in:
parent
5e87f4f312
commit
30f792c0a5
25 changed files with 65 additions and 56 deletions
|
@ -1,7 +1,7 @@
|
|||
import { config, mount } from '@vue/test-utils';
|
||||
import Button from 'primevue/button';
|
||||
import Panel from '../panel/Panel.vue';
|
||||
import BlockUI from './BlockUI.vue';
|
||||
import Panel from '@/components/panel/Panel.vue';
|
||||
import Button from '@/components/button/Button.vue';
|
||||
|
||||
config.global.mocks = {
|
||||
$primevue: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue