From 6521115cb07ebe8b3aa27265d48c0385fc172e4b Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Tue, 9 Jul 2024 13:16:23 -0400 Subject: [PATCH] Formatting --- .../checkbox-question/checkbox-question.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/digital-components/checkbox-question/checkbox-question.spec.js b/src/digital-components/checkbox-question/checkbox-question.spec.js index 677312549..fa9fc5294 100644 --- a/src/digital-components/checkbox-question/checkbox-question.spec.js +++ b/src/digital-components/checkbox-question/checkbox-question.spec.js @@ -32,8 +32,7 @@ describe("checkbox-question.vue", () => { it("Should return default id when no custom id is specified", async () => { // Act const wrapper = shallowMount(checkboxQuestion, { - propsData: { - }, + propsData: {}, mixins: [mockMixin], });