generated from nhcarrigan/template
8f569e0bb4
- Added Reports link to admin dropdown menu - Fixed log route path (changed from '/log' to '/') - Exported report types from shared-types index - Fixed whitespace alignment in auth and game types - Fixed formatting in e2e test files (newlines, comment style)
13 lines
195 B
TypeScript
13 lines
195 B
TypeScript
/**
|
|
* @copyright 2026 NHCarrigan
|
|
* @copyright 2026 NHCarrigan
|
|
* @license Naomi's Public License
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
export const getGreeting = (): Cypress.Chainable => {
|
|
return cy.get("h1");
|
|
};
|