From c762fcfd0833521d1819521b8f2bc238f7c369d2 Mon Sep 17 00:00:00 2001 From: Sylvania Mbiedou <muriellefannang@gmail.com> Date: Thu, 15 Sep 2022 10:19:33 +0200 Subject: [PATCH] create app.test.cy.js --- cypress/e2e/1-getting-started/app.test.cy.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cypress/e2e/1-getting-started/app.test.cy.js diff --git a/cypress/e2e/1-getting-started/app.test.cy.js b/cypress/e2e/1-getting-started/app.test.cy.js new file mode 100644 index 0000000..5716c63 --- /dev/null +++ b/cypress/e2e/1-getting-started/app.test.cy.js @@ -0,0 +1,5 @@ +describe('My First Test', () => { + it('Does not do much!', () => { + expect(true).to.equal(true) + }) +}) \ No newline at end of file -- GitLab