UNPKG

@mate-academy/scripts

Version:

Scripts to init, run, test, deploy Mate academy homework projects

9 lines (7 loc) 122 B
'use strict'; // TODO: edit it describe('Page', () => { it('should be visitable', () => { cy.visit('/'); }); });