There was an error while loading. Please reload this page.
1 parent bb97374 commit c5fa096Copy full SHA for c5fa096
1 file changed
gulp/helpers/mocha-reporter-spec-with-retries.js
@@ -18,7 +18,7 @@ const {
18
EVENT_TEST_RETRY,
19
} = Mocha.Runner.constants;
20
21
-const { inherits } = Mocha.utils;
+const { inherits } = require('util');
22
23
const Base = Mocha.reporters.Base;
24
const color = Base.color;
0 commit comments