From 39f14cc5a03bdbb827eeddb6ea5b826e85a9ca5e Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Wed, 11 May 2022 12:04:44 +0200 Subject: [PATCH] chore: formatting --- .github/workflows/build.yml | 2 +- cypress.json | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 415eb4e..8199fc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,4 +94,4 @@ jobs: - name: Generate coverage report uses: artiomtr/jest-coverage-report-action@v2.0-rc.2 with: - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/cypress.json b/cypress.json index 81eb522..9c3a1f2 100644 --- a/cypress.json +++ b/cypress.json @@ -1,12 +1,11 @@ { - "chromeWebSecurity": false, - "defaultCommandTimeout": 20000, - "env": { - "sasjsTestsUrl": "", - "username": "", - "password": "", - "screenshotOnRunFailure": false, - "testingFinishTimeout": 600000 - } + "chromeWebSecurity": false, + "defaultCommandTimeout": 20000, + "env": { + "sasjsTestsUrl": "", + "username": "", + "password": "", + "screenshotOnRunFailure": false, + "testingFinishTimeout": 600000 } - \ No newline at end of file +} \ No newline at end of file