Prettified

This commit is contained in:
Leah Schumann 2023-07-10 10:39:48 -04:00
parent 9e08f5d259
commit e5aec5ae0c

View file

@ -58,5 +58,4 @@ describe("textarea-question.vue", () => {
// Assert
expect(wrapper.emitted("update:modelValue")).toEqual([["val2"]]);
});
});