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.

9 lines (7 loc) 218 B
// https://docs.cypress.io/api/introduction/api.html describe("My First Test", () => { it("Visits the app root url", () => { cy.visit("/"); cy.contains("h1", "Welcome to Your Vue.js App"); }); });