Created
September 9, 2020 01:13
-
-
Save petercr/1e8edbb0b3b73d81b1dd6b80b7afa441 to your computer and use it in GitHub Desktop.
Here's the code from my first Cypress test! 🥳
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe(`My First Test`, function () { | |
it(`Is doing something...?`, function () { | |
expect(true).to.equal(true) | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment