Skip to content

Commit

Permalink
fixup! idna: use url module instead of punycode
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 23, 2021
1 parent f74a2ac commit 25c078b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/parallel/test-url-parse-format.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
'use strict';
require('../common');
const common = require('../common');

if (!common.hasIntl)
common.skip('missing Intl');

const assert = require('assert');
const inspect = require('util').inspect;

Expand Down

0 comments on commit 25c078b

Please sign in to comment.