Update PrimeVue.spec.js
parent
ed9af4cfb3
commit
de7c737ba2
|
@ -4,3 +4,7 @@ import { defaultOptions } from 'primevue/config';
|
|||
config.global.mocks['$primevue'] = {
|
||||
config: defaultOptions
|
||||
};
|
||||
|
||||
describe('PrimeVue.vue', () => {
|
||||
it('should exist', async () => {});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue