Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Dec 22, 2023
1 parent ea4d16c commit 2665325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/__tests__/FooterDefault.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ describe.concurrent('FooterDefault.vue', () => {
const footer = wrapper.find('footer')
expect(footer.exists()).toBe(true)
expect(footer.text()).toContain('REEV Explains and Evaluates Variants')
expect(footer.text()).toContain('v0.0.0')
})
})

0 comments on commit 2665325

Please sign in to comment.