Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 8, 2024
1 parent 37df5d0 commit 4f2827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/modules/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ async function run_test(){
}

async function test_bad_path(){
const {foo, bar} = await import("modules/my-module.mjs");
const {foo, bar} = await import("somepackage");
return foo + bar();
}

Expand Down

0 comments on commit 4f2827b

Please sign in to comment.