Skip to content

Instantly share code, notes, and snippets.

View alexlanz's full-sized avatar

Alex Lanz alexlanz

View GitHub Profile
@alexlanz
alexlanz / about.test.js
Created June 5, 2017 06:18
Vue and Jest
import Vue from 'vue/dist/vue.js';
import Router from 'vue-router'
import Layout from '../../../src/layout.vue';
import About from '../../../src/pages/general/about.vue';
import Legal from '../../../src/pages/general/legal.vue';
describe('about', () => {
beforeEach(() => {