Skip to content

Commit

Permalink
chore(VDialog): correct "disabled" spelling error in test name (#15800)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysak authored Oct 18, 2022
1 parent 7c9f717 commit 1165658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('VDialog.ts', () => {
expect(input).toHaveBeenCalledWith(true)
})

it('not should open disabed dialog on activator click', async () => {
it('not should open disabled dialog on activator click', async () => {
const input = jest.fn()
const wrapper = mountFunction({
propsData: {
Expand Down

0 comments on commit 1165658

Please sign in to comment.