donal
2018-04-22 3bd680802264ee3f6d8e8dede670efb4d8de9878
commit | author | age
3bd680 1 /* eslint-disable */
90ac1e 2 import { shallow } from "@vue/test-utils";
b0b888 3 import AboutLabs from "@/components/AboutLabs.vue";
9d6970 4 import * as all from "../setup.js";
90ac1e 5
A 6 describe("AboutLabs.vue", () => {
b0b888 7   it("has the expected html structure", () => {
A 8     const wrapper = shallow(AboutLabs);
9     expect(wrapper.element).toMatchSnapshot();
10   });
11 });