vue-a11y-calendar
vue-a11y-calendar copied to clipboard
Fix test errors and warnings
trafficstars
I was unable to run the tests:
methods.navigatefailed due to the method requiring a DOM event as a second parameter- Many tests showed the
duplicate keywarning warning which is also visible in the browser console - Nuxt failed with
TypeError: Cannot read property 'emit' of undefineddue 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]>
@Snugug, since you have been merging the last few PRs: Would you be willing to review this one? Thanks in advance!