Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Aug 16, 2024
1 parent dc12950 commit fcd5822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/cw-multi-test/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following table summarizes all the feature flags supported by **`MultiTest`*

Usually, a good starting point when using **`MultiTest`** is the following dependency configuration:

```toml filename="Cargo.toml"
```toml filename="Cargo.toml" copy
[dependencies]
cosmwasm-std = "2"

Expand Down
6 changes: 3 additions & 3 deletions src/pages/cw-multi-test/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Callout } from "nextra/components";
To use **`MultiTest`** for testing smart contracts, add it as a **DEVELOPMENT DEPENDENCY** to your
project:

```toml filename="Cargo.toml"
```toml filename="Cargo.toml" copy
[dev-dependencies]
cw-multi-test = "2"
```
Expand All @@ -42,12 +42,12 @@ running tests faster, with clean and beautiful user interface.

Installing **Tarpaulin**:

```shell
```shell copy
cargo install cargo-tarpaulin
```

Installing **Nextest**:

```shell
```shell copy
cargo install cargo-nextest
```

0 comments on commit fcd5822

Please sign in to comment.