generated from nhcarrigan/template
feat: scaffolding
This commit is contained in:
@@ -1 +1,7 @@
|
||||
export const getGreeting = () => cy.get('h1');
|
||||
/**
|
||||
* @copyright 2026 NHCarrigan
|
||||
* @copyright 2026 NHCarrigan
|
||||
* @license Naomi's Public License
|
||||
*/
|
||||
|
||||
export const getGreeting = (): Cypress.Chainable => cy.get("h1");
|
||||
Reference in New Issue
Block a user