vue-shortkey icon indicating copy to clipboard operation
vue-shortkey copied to clipboard

Small error in test file

Open tequila99 opened this issue 1 year ago • 0 comments

Hello everyone

I noticed a small mistake in index.test.js. Maybe it doesn't matter anymore, but I decided to open the issue.

In this code:

const keyup2 = createEvent('keyup')
keydown2.key = 'g'
document.dispatchEvent(keyup2)

keyup2.key = 'g' should be here, I think

tequila99 avatar Aug 09 '23 08:08 tequila99