Formatting

This commit is contained in:
Chloe Herd 2024-07-09 13:16:23 -04:00
parent f6fadd8ed8
commit 6521115cb0

View file

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