Hi I installed the cypress-example-kitchensink-master
cy.visit('http://localhost:8080/todo')
In VS code I click on visit to find its definition, it leads me to
cypress-example-kitchensink-master/node_modules/cypress/types
but there is no definition of that function.
Where are the definitions of the cypress commands, their source code ?