Removing comment

This commit is contained in:
Michaela Brydon 2023-10-13 15:55:22 -04:00
parent f1fefe8bb0
commit b1d1a6296f

View file

@ -268,10 +268,6 @@ describe('contactDetails.vue', () => {
router: {
navigate: jest.fn()
}
// ,
// global: {
// plugins: [createTestingPinia()]
// }
});
const wrapper = shallowMount(contactDetails, mountOptions);
const firstName = getRandomString(4, 15);