added eslint-plugin-vue-a11y for accessibility linting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user