Skip to content

Commit 9f57389

Browse files
test(vue3): normalize File card spec newline
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent fae22c0 commit 9f57389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/components/File/File.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ describe('File.vue', () => {
126126
expect(wrapper.vm.statusToClass(3)).toBe('signed')
127127
expect(wrapper.vm.statusToClass(999)).toBe('')
128128
})
129-
})
129+
})

0 commit comments

Comments
 (0)