Update formatting.
This commit is contained in:
parent
bcd9e7dc81
commit
191ff1797a
2 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ describe("textboxQuestion.vue", () => {
|
||||||
},
|
},
|
||||||
mixins: [mockMixin],
|
mixins: [mockMixin],
|
||||||
propsData: {
|
propsData: {
|
||||||
cornerStyle: "rounded"
|
cornerStyle: "rounded",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -63,7 +63,7 @@ describe("textboxQuestion.vue", () => {
|
||||||
},
|
},
|
||||||
mixins: [mockMixin],
|
mixins: [mockMixin],
|
||||||
propsData: {
|
propsData: {
|
||||||
questionAlignment: "text"
|
questionAlignment: "text",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue