Skip to content

Commit

Permalink
docs: update sdk readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Sep 19, 2023
1 parent 19d0af9 commit c901508
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/clarinet-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ Update the package.json file scripts to handle tests:
},
```

The `./.gitignore` file also needs to be updated, add the following lines at the end. It is especially important to ignore `node_modules`.
```
logs
*.log
npm-debug.log*
coverage
*.info
node_modules
```

A config file is needed for Vitest to use the clarinet-environment.
Create the file `vitest.config.js` with the following content:
```js
Expand Down

0 comments on commit c901508

Please sign in to comment.