mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-05 23:23:25 +02:00
move code to dagger-core
This commit is contained in:
10
crates/dagger-sdk/examples_tests/mod.rs
Normal file
10
crates/dagger-sdk/examples_tests/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
#[cfg(example_test)]
|
||||
mod examples {
|
||||
#[test]
|
||||
fn test_example_container() {
|
||||
unimplemented!();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user