Skip to content

Commit

Permalink
docs: add comment about cw-dex-test-helpers features (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold authored Mar 7, 2024
1 parent 4889740 commit 7a21e87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cw-dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ cw2 = { workspace = true, optional = true }
cw-it = { workspace = true, features = ["multi-test"] }
test-case = { workspace = true }
cw-dex-test-contract = { workspace = true }
# These features are needed here to run the tests. They cannot be put in the features section
# because cw-dex-test-helpers is not a dependency, so then it can not be published.
cw-dex-test-helpers = { workspace = true, features = ["astroport", "osmosis", "osmosis-test-tube"] }
proptest = { workspace = true }
cw20-base = { workspace = true }
Expand Down

0 comments on commit 7a21e87

Please sign in to comment.