Skip to content

Commit

Permalink
removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-bs committed Jun 14, 2023
1 parent bb82675 commit 8a798f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testsuite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8a798f3

Please sign in to comment.