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], });