Skip to content

Commit f544d3d

Browse files
committed
loader,test: change test name
Actually this test is not testing relative paths but href path generated using URL class from a relative path.
1 parent 71d66bf commit f544d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/es-module/test-esm-loader-programmatically.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('ESM: register loader programmatically', { concurrency: true }, () => {
5656
assert.strictEqual(lines[11], '');
5757
});
5858

59-
it('should be able to register loader using relative path using URL class', async () => {
59+
it('should be able to register loader using href generated by URL class', async () => {
6060
const { code, signal, stdout, stderr } = await spawnPromisified(execPath, [
6161
'--experimental-loader',
6262
fixtures.path('/es-module-loaders/register-loader-loader-one.mjs'),

0 commit comments

Comments
 (0)