Skip to content

Commit 24ecbcf

Browse files
cursoragentterryyin
andcommitted
style: format test file
Co-authored-by: terry <terry@odd-e.com>
1 parent 25514e1 commit 24ecbcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/tests/components/recall/AnsweredQuestionComponent.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ describe("AnsweredQuestionComponent", () => {
3232

3333
const wrapper = helper
3434
.component(AnsweredQuestionComponent)
35-
.withProps({ answeredQuestion: answeredQuestion1, conversationButton: false })
35+
.withProps({
36+
answeredQuestion: answeredQuestion1,
37+
conversationButton: false,
38+
})
3639
.mount()
3740

3841
await flushPromises()

0 commit comments

Comments
 (0)