From 6536472990b87ce59fbbb44f1806b1dcfaf0e92d Mon Sep 17 00:00:00 2001 From: vinayaktorus Date: Tue, 23 Jul 2024 08:53:48 +0530 Subject: [PATCH] fixed lint --- index.config.ts | 19 ------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/index.config.ts b/index.config.ts index 0023490..e60a8ea 100644 --- a/index.config.ts +++ b/index.config.ts @@ -1,23 +1,4 @@ import { PlaywrightTestConfig, devices } from "@playwright/test"; -const RPClient = require("@reportportal/client-javascript"); -// const RPconfig = { -// token: '4311671d-eb96-4d46-aba8-16afc95cc015', -// endpoint: 'http://54.179.212.129:8080/api/v1', -// project: 'web3auth_e2e_tests', -// launch: 'Web3auth E2E Tests', -// attributes: [ -// { -// key: 'Environment', -// value: process.env.PLATFORM, -// }, -// { -// key: 'Version', -// value: process.env.APP_VERSION, -// } -// ], -// description: 'Web3auth e2e test run', -// isLaunchMergeRequired: true -// }; const indexConfig: PlaywrightTestConfig = { forbidOnly: !!process.env.CI, diff --git a/package.json b/package.json index 08750c7..0780d6b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "scripts": { - "lint": "npx eslint openloginV4/** --fix", + "lint": "npx eslint **/*.ts --fix", "test:browser": "playwright test --headed", "test": "playwright test", "test:ci": "./bin/runTestsCI.sh",