From 41f9a60c992d7785c310712b6de8b28d5cd60787 Mon Sep 17 00:00:00 2001 From: akshatnema Date: Tue, 1 Aug 2023 02:06:03 +0530 Subject: [PATCH] Remove Unnecessary changes --- cypress.config.js | 2 -- cypress/test/mockData/mockData.json | 34 ++++++++++++++--------------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 89c85d276fe..4af0ca6de59 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,5 +1,4 @@ const { defineConfig } = require("cypress"); -require('dotenv').config() module.exports = defineConfig({ component: { @@ -9,4 +8,3 @@ module.exports = defineConfig({ }, }, }); - diff --git a/cypress/test/mockData/mockData.json b/cypress/test/mockData/mockData.json index 1a951a9c241..139b01fde36 100644 --- a/cypress/test/mockData/mockData.json +++ b/cypress/test/mockData/mockData.json @@ -1,20 +1,18 @@ - { - "items": [ - { - "summary": "Event 1", - "start": { - "dateTime": "2023-07-23T10:00:00Z" - }, - "htmlLink": "https://www.example.com/event1" + "items": [ + { + "summary": "Event 1", + "start": { + "dateTime": "2023-07-23T10:00:00Z" }, - { - "summary": "Event 2", - "start": { - "dateTime": "2023-07-24T15:30:00Z" - }, - "htmlLink": "https://www.example.com/event2" - } - ] - } - \ No newline at end of file + "htmlLink": "https://www.example.com/event1" + }, + { + "summary": "Event 2", + "start": { + "dateTime": "2023-07-24T15:30:00Z" + }, + "htmlLink": "https://www.example.com/event2" + } + ] +} \ No newline at end of file