Cypress - File Operations
What will happen when running this code if
settings.json contains {"theme": "dark"}?cy.readFile('settings.json').should('include', {theme: 'light'})