Skip to content

Commit

Permalink
Add unit test for nep141-locker.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisialiou committed Oct 31, 2024
1 parent a0fa6a0 commit f57bff6
Show file tree
Hide file tree
Showing 3 changed files with 733 additions and 0 deletions.
60 changes: 60 additions & 0 deletions near/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 near/nep141-locker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ borsh.workspace = true
serde.workspace = true
near-plugins.workspace = true
omni-types.workspace = true

[dev-dependencies]
near-sdk = { workspace = true, features = ["unit-testing"] }
Loading

0 comments on commit f57bff6

Please sign in to comment.