Skip to content

Commit

Permalink
chore: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed Jun 4, 2024
1 parent ac060f9 commit 25e6889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class StatusMessage {
}
```
### example2
* another migration example can be found in [test-basic-updates.ava.js](https://github.com/near/near-sdk-js/blob/feat-migrate-example/examples/__tests__/test-basic-updates.ava.js) with [old state contract](https://github.com/near/near-sdk-js/blob/feat-migrate-example/examples/src/basic-updates-base.js) and new [new state contract](https://github.com/fospring/near-sdk-js/blob/feat-migrate-example/examples/src/basic-updates-update.js).
* another migration example can be found in [test-basic-updates.ava.js](./examples/__tests__/test-basic-updates.ava.js) with [old state contract](./examples/src/basic-updates-base.js) and new [new state contract](./examples/src/basic-updates-update.js).
with the test command in [examples directory](./examples):
```shell
pnpm run test:basic-updates
Expand Down

0 comments on commit 25e6889

Please sign in to comment.