Skip to content

test: remove unused `util` imports

This is #4397 backported for LTS.

A number of tests in test/parallel were importing the util module via require() but not using util for anything. This removes those require() statements.

Merge request reports

Loading