https://cypress.io logo
even this test fails ```ts describe('QuasarButton'...
# help
l
even this test fails
Copy code
ts
describe('QuasarButton', () => {
  it('renders a message', () => {
    const label = 'Hello there';
  });
});