Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed May 7, 2021
1 parent b4d38f4 commit ffc0ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/collapse/__tests__/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { mount } from '@vue/test-utils'
import { createApp } from 'vue'
import { delay } from '../../utils/jest'

test('test collapseItem example', () => {
test('test collapse example', () => {
const wrapper = mount(example)

expect(wrapper.html()).toMatchSnapshot()
Expand Down

0 comments on commit ffc0ba8

Please sign in to comment.