From b2c124d2c28a4554f68a3b4a07f98f5f3f95ade4 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Thu, 9 Nov 2023 13:00:47 -0500 Subject: [PATCH] Moving line --- .../textbox-question/textbox-question.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/digital-components/textbox-question/textbox-question.spec.js b/src/digital-components/textbox-question/textbox-question.spec.js index 9851f1c0..f7a31e03 100644 --- a/src/digital-components/textbox-question/textbox-question.spec.js +++ b/src/digital-components/textbox-question/textbox-question.spec.js @@ -1,6 +1,6 @@ import { shallowMount } from '@vue/test-utils'; -import textboxQuestion from '@/digital-components/textbox-question/textbox-question.vue'; import { useField, validate } from 'vee-validate'; +import textboxQuestion from '@/digital-components/textbox-question/textbox-question.vue'; // Mock CMS content const questionText = 'Question Text';