Skip to content

Commit b84a73c

Browse files
Update index.js
Removed import of unused 'util' module that is not set as a dependency for this repo.
1 parent 7e703fd commit b84a73c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/testObservability/cypress/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/* Used to detect Gherkin steps */
44

5-
const util = require('util');
6-
75
let eventsQueue = [];
86
let testRunStarted = false;
97

0 commit comments

Comments
 (0)