Formatting.

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

View file

@ -353,7 +353,7 @@ describe("textboxQuestion.vue", () => {
// Act // Act
const cameraIcon = wrapper.find('[data-test="image-upload"]'); const cameraIcon = wrapper.find('[data-test="image-upload"]');
const loadingIcon = wrapper.findComponent('loader'); const loadingIcon = wrapper.findComponent("loader");
// Assert // Assert
expect(cameraIcon.exists()).toBe(false); expect(cameraIcon.exists()).toBe(false);