Skip to content

Commit

Permalink
- improve: refactor tests to work on deno and host
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 27, 2024
1 parent 384495d commit ef32a56
Show file tree
Hide file tree
Showing 8 changed files with 768 additions and 169 deletions.
391 changes: 365 additions & 26 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions libs/shinkai-tools-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ env_logger = "0.11.5"
anyhow = { version = "1.0.93" }
chrono = { version = "0.4.38" }

[dev-dependencies]
rstest = "0.23.0"
async-std = { version = "1.13", features = ["attributes"] }

[build-dependencies]
copy_to_output = "2.2.0"
glob = "0.3"
Expand Down
Loading

0 comments on commit ef32a56

Please sign in to comment.