UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

10 lines (8 loc) 237 B
import { mount } from '@vue/test-utils' import NuxtLogo from '~~/components/LogoNuxt2.vue' describe('NuxtLogo', () => { test('is a Vue instance', () => { const wrapper = mount(NuxtLogo) expect(wrapper.vm).toBeTruthy() }) })