Skip to content

Commit

Permalink
chore: tidy up eslint and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 20, 2025
1 parent 14309de commit 5db25b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ yarn test
# Start a thor solo instance so your tests can run quickly
yarn docker:solo:up
# Run a single test / test suite
yarn test test/thorest-api/accounts/get-account-storage.test.js
yarn test test/thorest-api/accounts/get-account-storage.test.js
```

### Custom Docker Image
Expand Down
3 changes: 3 additions & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ export default defineConfig({
maxForks: 4,
},
},
reporters: IS_GH_ACTIONS
? ['github-actions', 'junit']
: ['junit', 'html'],
},
})

0 comments on commit 5db25b3

Please sign in to comment.