We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fbc44 commit 86d625cCopy full SHA for 86d625c
test/internal/url-util.test.js
@@ -20,7 +20,7 @@
20
import urlUtil from '../../src/v1/internal/url-util';
21
import {DEFAULT_PORT} from '../../src/v1/internal/ch-config';
22
23
-describe('url', () => {
+describe('url-util', () => {
24
25
it('should parse URL with just host name', () => {
26
verifyUrl('localhost', {
0 commit comments