Skip to content

Commit

Permalink
add tests (#2)
Browse files Browse the repository at this point in the history
* add tests

* more tests
  • Loading branch information
michaelangeloio authored Nov 6, 2023
1 parent 2bce587 commit b75fef0
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 157 deletions.
141 changes: 129 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ serde_json = "1.0.64"
serde = { version = "1.0", features = ["derive"] }


[dev-dependencies]
mockall = "0.11.4"

[profile.release]
lto = true
Loading

0 comments on commit b75fef0

Please sign in to comment.