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