We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f7e56 commit e216571Copy full SHA for e216571
crates/utils/src/node.rs
@@ -4,11 +4,6 @@ use std::process::Command;
4
use std::sync::Arc;
5
use std::time::Duration;
6
7
-use fs2::FileExt;
8
-
9
-/// Fixed path for the dojo repository clone to avoid recompiling for each test.
10
-const DOJO_CACHE_DIR: &str = "/tmp/katana-test-dojo";
11
12
use katana_chain_spec::{dev, ChainSpec};
13
use katana_core::backend::Backend;
14
use katana_executor::implementation::blockifier::BlockifierFactory;
0 commit comments