Skip to content

Commit

Permalink
update integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garikbesson committed Oct 15, 2024
1 parent 2754a04 commit 0c920da
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 667 deletions.
17 changes: 17 additions & 0 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[package]
name = "non-fungible-token-integration-tests"
version = "1.0.0"
publish = false
edition = "2018"

[dev-dependencies]
near-sdk = "5.5.0"
anyhow = "1.0"
tokio = { version = "1.18.1", features = ["full"] }
near-workspaces = "0.14"
serde_json = "1.0.128"

[[example]]
name = "integration-tests"
path = "src/tests.rs"

23 changes: 0 additions & 23 deletions integration-tests/rs/Cargo.toml

This file was deleted.

Loading

0 comments on commit 0c920da

Please sign in to comment.