Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of this PR
Describe your changes
simple-counter integration test 구현입니다. near sandbox 환경에서 실행되고 테스트 완료했습니다.
build 스크립트는 병준님 yarn 세팅 PR과 겹치기에, yarn PR에 아래 테스트 명령어가 반영되면 될 것 같습니다.
cargo build --package pdao-near-simple-counter --target wasm32-unknown-unknown --release && cp target/wasm32-unknown-unknown/release/pdao_near_simple_counter.wasm ./out/simple_counter.wasm && cd simple-counter && cargo test --all
Issue ticket number and other helpful resource
Checklist before requesting a review
Checklist after creating a pull request