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 71d66bf commit f544d3dCopy full SHA for f544d3d
1 file changed
test/es-module/test-esm-loader-programmatically.mjs
@@ -56,7 +56,7 @@ describe('ESM: register loader programmatically', { concurrency: true }, () => {
56
assert.strictEqual(lines[11], '');
57
});
58
59
- it('should be able to register loader using relative path using URL class', async () => {
+ it('should be able to register loader using href generated by URL class', async () => {
60
const { code, signal, stdout, stderr } = await spawnPromisified(execPath, [
61
'--experimental-loader',
62
fixtures.path('/es-module-loaders/register-loader-loader-one.mjs'),
0 commit comments