Skip to content

Commit

Permalink
Fix test now that resolution maps fall through
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 7, 2024
1 parent 9a7967e commit 949e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ test('load .bundle with resolutions map, missing entry', async (t) => {
'/dir/foo.js': {}
}

await t.exception(() => Module.load(new URL('file:///app.bundle'), bundle.toBuffer()))
Module.load(new URL('file:///app.bundle'), bundle.toBuffer())
})

test.skip('resolve specific module within .bundle', (t) => {
Expand Down

0 comments on commit 949e4a6

Please sign in to comment.