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 831ed36 commit 1667925Copy full SHA for 1667925
tests/integration/resolve/index.test.ts
@@ -14,8 +14,6 @@ test('resolve data url', async () => {
14
`);
15
});
16
17
-// TODO: false module path is different from linux and windows
18
-// EXTERNAL MODULE: <ROOT>/rslib/e2e/cases/resolve/false/./browser-false/util (ignored)
19
test('resolve false', async () => {
20
const fixturePath = join(__dirname, 'false');
21
const { entries, isSuccess } = await buildAndGetResults({ fixturePath });
0 commit comments