Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created July 24, 2018 04:41
Show Gist options
  • Save lmiller1990/48b95a131d7794e46f2db90b17962e37 to your computer and use it in GitHub Desktop.
Save lmiller1990/48b95a131d7794e46f2db90b17962e37 to your computer and use it in GitHub Desktop.
jest.mock("@/components/NestedRoute.vue", () => ({
name: "NestedRoute",
render: h => h("div")
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment