Skip to content

Commit

Permalink
test: pass fake test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 15, 2023
1 parent d3f4653 commit 3aa97b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MarkdownUi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { mount } from '@vue/test-utils'
import MarkdownUi from './MarkdownUi.vue'

describe('<MarkdownUi />', () => {
it('renders', () => {
const wrapper = mount(MarkdownUi)
it('renders', async () => {
const wrapper = await mount(MarkdownUi)

expect(wrapper.isVisible()).toBe(true)
})
Expand Down

0 comments on commit 3aa97b7

Please sign in to comment.