UNPKG

internal-client

Version:

## Project setup ``` npm install ```

10 lines (8 loc) 240 B
import { shallowMount } from '@vue/test-utils'; // import App from "@/App.vue"; describe('App.vue', () => { it('Rendors the profile link', () => { // const wrapper = shallowMount(App); // expect(wrapper.contains('a')); }); });