UNPKG

mantis-app

Version:

M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

11 lines (8 loc) 273 B
import { getTitle } from '../support/app.po'; describe('web-client-e2e', () => { beforeEach(() => cy.visit('/')); it('should display welcome message', () => { // Function helper example, see `../support/app.po.ts` file getTitle().contains(/Todos/); }); });