Skip to content

Commit

Permalink
Update test-url-pathtofileurl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Apr 17, 2024
1 parent be84333 commit e8d4d6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-url-pathtofileurl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
'use strict';

const { isWindows } = require('../common');
const assert = require('assert');
const url = require('url');
const { isWindows } = require('../common');

{
const fileURL = url.pathToFileURL('test/').href;
Expand Down

0 comments on commit e8d4d6f

Please sign in to comment.