CSR-343 Cleanup

This commit is contained in:
Katie 2022-06-30 08:41:51 -04:00
parent 1f80562765
commit 15edd47d94

View file

@ -213,7 +213,6 @@ function setupMocks({ glassNameProp, glassLocationProp, colorAnswersProp, modelV
};
const wrapper = shallowMount(glassPartQuestion, mountOptions);
require = jest.fn();
return { wrapper };
}