Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Oct 14, 2023
1 parent e633551 commit 2da222a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ https://docs.llama.fi/list-your-project/emissions-dashboard

## Testing
```
ts-node utils/test.ts [fileName]
npm t [fileName]
# Example
npm t protocols/gearbox.ts
```

## Further Questions:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"test": "ts-node utils/test.ts"
"test": "mkdir -p utils/testCharts && ts-node utils/test.ts"
},
"dependencies": {
"@defillama/sdk": "^4.0.43",
Expand Down

0 comments on commit 2da222a

Please sign in to comment.