Skip to content

Commit 3d8f46d

Browse files
committed
Removes the stderr check to account for the experimental warning
1 parent 0727fc4 commit 3d8f46d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/es-module/test-esm-package-map.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ describe('ESM: --experimental-package-map', () => {
3939
`import dep from 'dep-a'; console.log(dep);`,
4040
], { cwd: fixtures.path('package-map/root') });
4141

42-
assert.strictEqual(stderr, '');
4342
assert.match(stdout, /dep-a-value/);
4443
assert.strictEqual(code, 0);
4544
});

0 commit comments

Comments
 (0)