From 8a798f37ad1120f66913ffec849f6d68f5caaa09 Mon Sep 17 00:00:00 2001 From: Harshit Agrawal Date: Wed, 14 Jun 2023 15:16:17 +0530 Subject: [PATCH] removed unnecessary import --- lib/testsuite/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/testsuite/index.js b/lib/testsuite/index.js index f2521e938d..4a85989e5b 100644 --- a/lib/testsuite/index.js +++ b/lib/testsuite/index.js @@ -16,7 +16,7 @@ const ElementGlobal = require('../api/_loaders/element-global.js'); const {Logger, Screenshots, Snapshots, alwaysDisplayError, isString, isFunction, SafeJSON} = require('../utils'); const NightwatchInspectorServer = require('./nightwatch-inspector'); const {DEFAULT_RUNNER_EVENTS, NightwatchEventHub} = require('../runner/eventHub'); -const {GlobalHook, TestSuiteHook, TestRunFinished} = DEFAULT_RUNNER_EVENTS; +const {GlobalHook, TestSuiteHook} = DEFAULT_RUNNER_EVENTS; class TestSuite {