From ebb71a98eb028fc0cdf1eb0d4c89a3451e4acb8c Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Tue, 5 Oct 2021 12:24:36 +0300 Subject: [PATCH] Remove comments --- src/reporter.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reporter.ts b/src/reporter.ts index 63066da..6e921a5 100644 --- a/src/reporter.ts +++ b/src/reporter.ts @@ -31,7 +31,6 @@ import { import { CUCUMBER_TYPE, FILE_TYPES, LOG_LEVELS, RP_STATUSES, TYPES } from './constants'; import { Attribute, FinishTestItem, LaunchObj, LogRQ, StartTestItem } from './models'; -// reference - https://www.npmjs.com/package/@wdio/reporter export class Reporter extends WDIOReporter { private client: RPClient; private tempLaunchId: string;