added eslint-plugin-vue-a11y for accessibility linting

This commit is contained in:
2019-04-03 18:29:01 +02:00
parent b3f1c4f45b
commit 36817261e3
7 changed files with 237 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@ import { shallowMount } from '@vue/test-utils'
import Posts from '@/components/Home/Posts'
// https://alligator.io/vuejs/testing-vue-with-jest/
// https://www.synbioz.com/blog/testez_unitairement_application_vuejs_jest
function mountComponentWithProps (Component, propsData) {
const Constructor = Vue.extend(Component);