Skip to content

Commit c5fa096

Browse files
committed
fix build
1 parent bb97374 commit c5fa096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulp/helpers/mocha-reporter-spec-with-retries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {
1818
EVENT_TEST_RETRY,
1919
} = Mocha.Runner.constants;
2020

21-
const { inherits } = Mocha.utils;
21+
const { inherits } = require('util');
2222

2323
const Base = Mocha.reporters.Base;
2424
const color = Base.color;

0 commit comments

Comments
 (0)