|
@@ -4,7 +4,6 @@
|
|
|
// If you're unfamiliar with how Cypress works,
|
|
// If you're unfamiliar with how Cypress works,
|
|
|
// check out the link below and learn how to write your first test:
|
|
// check out the link below and learn how to write your first test:
|
|
|
// https://on.cypress.io/writing-first-test
|
|
// https://on.cypress.io/writing-first-test
|
|
|
-
|
|
|
|
|
describe('hello world', () => {
|
|
describe('hello world', () => {
|
|
|
it('Does not do much!', () => {
|
|
it('Does not do much!', () => {
|
|
|
expect(true).to.equal(true);
|
|
expect(true).to.equal(true);
|