test(caddy): cover invalid path branches; ci: handle go test non-zero when coverage file exists
This commit is contained in:
@@ -52,7 +52,7 @@ describe('Layout', () => {
|
||||
</Layout>
|
||||
)
|
||||
|
||||
const logos = screen.getAllByAltText('CPM+')
|
||||
const logos = screen.getAllByAltText('Charon')
|
||||
expect(logos.length).toBeGreaterThan(0)
|
||||
expect(logos[0]).toBeInTheDocument()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user