From e5aec5ae0c9f903b6c51e28e2acddf5aaeecd242 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Mon, 10 Jul 2023 10:39:48 -0400 Subject: [PATCH] Prettified --- .../textarea-question/textarea-question.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/digital-components/textarea-question/textarea-question.spec.js b/src/digital-components/textarea-question/textarea-question.spec.js index 186a7ec1c..26c0b21ef 100644 --- a/src/digital-components/textarea-question/textarea-question.spec.js +++ b/src/digital-components/textarea-question/textarea-question.spec.js @@ -58,5 +58,4 @@ describe("textarea-question.vue", () => { // Assert expect(wrapper.emitted("update:modelValue")).toEqual([["val2"]]); }); - });