Vagr9K/gatsby-material-starter

View on GitHub
cypress/e2e/sample.test.ts

Summary

Maintainability
A
0 mins
Test Coverage
describe("Sample E2E test", () => {
  it(`Visits the root page`, () => {
    cy.visit("/");
  });
});