Skip to content

Commit

Permalink
repair import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mert Can Altin committed Jan 31, 2024
1 parent 13da738 commit 68b59da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/test_runner/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const {
const { setTimeout } = require('timers');
const { TIMEOUT_MAX } = require('internal/timers');
const { availableParallelism } = require('os');
const { fileURLToPath } = require('url');
const { fileURLToPath } = require('internal/url');
const { bigint: hrtime } = process.hrtime;
const kCallbackAndPromisePresent = 'callbackAndPromisePresent';
const kCancelledByParent = 'cancelledByParent';
Expand Down

0 comments on commit 68b59da

Please sign in to comment.