Add init function for integration tests. Can init other things too. #1388
Annotations
4 errors
lint:
tests/init.rs#L8
error: unused implementer of `std::future::Future` that must be used
--> tests/init.rs:8:5
|
8 | init_fs();
| ^^^^^^^^^
|
= note: futures do nothing unless you `.await` or poll them
= note: `-D unused-must-use` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_must_use)]`
|
lint
Process completed with exit code 1.
|
test-wasm
The run was canceled by @cryptoquick.
|
test-wasm
The operation was canceled.
|