UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (10 loc) 226 B
import React from 'react' import Nav from './nav' import { mount } from 'cypress-react-unit-test' describe('Nav', () => { it('renders', () => { mount(<Nav />, { stylesheets: '/__root/dist/app.css', }) }) })