-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test files for all tests and examples 0.25.0-rc.12
- Loading branch information
Showing
488 changed files
with
155,247 additions
and
83,756 deletions.
There are no files selected for viewing
1,085 changes: 705 additions & 380 deletions
1,085
examples/experimental/demo/basic_bitcoin/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,085 changes: 705 additions & 380 deletions
1,085
examples/experimental/demo/bitcoin_psbt/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,081 changes: 685 additions & 396 deletions
1,081
examples/experimental/demo/hello_world_http_server/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
967 changes: 628 additions & 339 deletions
967
examples/experimental/test/end_to_end/candid_rpc/async_await/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
967 changes: 628 additions & 339 deletions
967
examples/experimental/test/end_to_end/candid_rpc/audio_recorder/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"azle": "0.24.1" | ||
"azle": "0.25.0-rc.12" | ||
} | ||
} |
Oops, something went wrong.