Skip to content

Commit

Permalink
Fix test harness for server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed May 3, 2023
1 parent 8096541 commit 13261c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async fn run_test(resource: PathBuf) -> JestRunResult {
)
.entry_request(EntryRequest::Module(
"@turbo/pack-test-harness".to_string(),
"".to_string(),
"/harness".to_string(),
))
.entry_request(EntryRequest::Relative("index.js".to_owned()))
.eager_compile(false)
Expand Down

0 comments on commit 13261c1

Please sign in to comment.