Formatting.

This commit is contained in:
Chloe Herd 2023-03-16 14:27:33 -04:00
parent 913b9098eb
commit 749db4c06c

View file

@ -334,7 +334,7 @@ describe("textboxQuestion.vue", () => {
it("Should not display camera or spinner icon when disabled", () => {
// Arrange
const inputId = "test";
const wrapper = shallowMount(textboxQuestion, {
global: {
directives: {
@ -353,7 +353,7 @@ describe("textboxQuestion.vue", () => {
// Act
const cameraIcon = wrapper.find('[data-test="image-upload"]');
const loadingIcon = wrapper.findComponent('loader');
const loadingIcon = wrapper.findComponent("loader");
// Assert
expect(cameraIcon.exists()).toBe(false);