Skip to content

Commit

Permalink
test user list
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 10, 2024
1 parent 53604b2 commit b159a89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/unit/components/UserList.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { shallowMount } from '@vue/test-utils'
import UserList from '@/components/UserList.vue'

describe('UserList', () => {
it('renders a div', () => {
const wrapper = shallowMount(UserList)
expect(wrapper.contains('div')).toBe(true)
})
})

0 comments on commit b159a89

Please sign in to comment.