Skip to content

Commit

Permalink
Update README.md for running single Indexer test file (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy authored May 21, 2024
1 parent 4278dd3 commit 5a148c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ pnpm run test:all

If you change any logic, you'll have to re-build the services and packages before running unit tests.

### To run a single test file:
`cd services/{service_name} && pnpm build && pnpm test -- {test_name}`

# Running Dockerfile locally
TODO(DEC-671): Add e2e tests
Expand Down

0 comments on commit 5a148c3

Please sign in to comment.