feat: scaffolding

This commit is contained in:
2026-02-03 12:55:49 -08:00
parent c8a82646f8
commit 8f3aeb9391
12 changed files with 190 additions and 111 deletions
+7 -1
View File
@@ -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");