vue-a11y-calendar icon indicating copy to clipboard operation
vue-a11y-calendar copied to clipboard

Fix test errors and warnings

Open backflip opened this issue 4 years ago • 1 comments

I was unable to run the tests:

  • methods.navigate failed due to the method requiring a DOM event as a second parameter
  • Many tests showed the duplicate key warning warning which is also visible in the browser console
  • Nuxt failed with TypeError: Cannot read property 'emit' of undefined due to @nuxtjs/[email protected] not locking down dependencies and accidentally requiring some non-compatible @[email protected] packages

Resolves #31

DCO 1.1 Signed-off-by: Thomas Jaggi <[email protected]>

backflip avatar Nov 26 '19 12:11 backflip

@Snugug, since you have been merging the last few PRs: Would you be willing to review this one? Thanks in advance!

backflip avatar Nov 26 '19 12:11 backflip