Skip to content

Commit

Permalink
docs: add test demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhils9 committed Jul 12, 2024
1 parent 80463f7 commit f7e5a27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,25 @@ Here's a step-by-step guide to create a new Github package release:
- To create a new npm package in the github organization, make sure the Node.js package CI succeeds.
- If the CI Action fails, remove the release, tag, and commit the new changes. Then, push the changes and draft a new release.

# Test framework

https://github.com/vitest-dev/vitest

# Local Build

In the main directory

```
pnpm run build
```
# Test framework

https://github.com/vitest-dev/vitest


# Running Tests

```sh
pnpm test
```

![linear-vesting-offchain](/assets/gifs/linear-vesting-offchain.gif)

# Installing sdk pacakage in local test folder

Expand Down
Binary file added assets/gifs/linear-vesting-offchain.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7e5a27

Please sign in to comment.