test the wasm side (#6726)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -45,7 +45,7 @@ async fn cache_test(
|
||||
std::fs::write(tmp_file, variant_code).unwrap();
|
||||
}
|
||||
|
||||
ctx.settings.project_directory = Some(tmp_dir.clone());
|
||||
ctx.settings.project_directory = Some(kcl_lib::TypedPath(tmp_dir.clone()));
|
||||
}
|
||||
|
||||
let outcome = match ctx.run_with_caching(program).await {
|
||||
|
||||
Reference in New Issue
Block a user