UNPKG

@harang-jennie/nextjs-starter

Version:

A Next.js starter kit App Router template with React v18 + Yarn berry + TypeScript + ESLint + Jest + Cypress + Github Actions

8 lines (6 loc) 124 B
describe('Index Page', () => { it('successfully loads', () => { cy.visit('/'); cy.contains('Next.js'); }); });