We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d391bd0 commit ab09dd7Copy full SHA for ab09dd7
extensions/wasm_bindgen/private/wasm_bindgen_test_runner.rs
@@ -106,6 +106,8 @@ fn main() {
106
env.insert("TMP".to_string(), env["TEST_TMPDIR"].clone());
107
env.insert("TEMP".to_string(), env["TEST_TMPDIR"].clone());
108
env.insert("TMPDIR".to_string(), env["TEST_TMPDIR"].clone());
109
+ env.insert("HOME".to_string(), env["TEST_TMPDIR"].clone());
110
+ env.insert("USERPROFILE".to_string(), env["TEST_TMPDIR"].clone());
111
112
let webdriver_args: Vec<String> = serde_json::from_str(
113
&env::var("WEBDRIVER_ARGS").expect("Failed to find WEBDRIVER_ARGS env var."),
0 commit comments