Formatting
This commit is contained in:
parent
f6fadd8ed8
commit
6521115cb0
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ describe("checkbox-question.vue", () => {
|
||||||
it("Should return default id when no custom id is specified", async () => {
|
it("Should return default id when no custom id is specified", async () => {
|
||||||
// Act
|
// Act
|
||||||
const wrapper = shallowMount(checkboxQuestion, {
|
const wrapper = shallowMount(checkboxQuestion, {
|
||||||
propsData: {
|
propsData: {},
|
||||||
},
|
|
||||||
mixins: [mockMixin],
|
mixins: [mockMixin],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue