Skip to content

Commit

Permalink
docs(readme): instruction to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 17, 2023
1 parent 5ddedcd commit d761c18
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ Experimental package manager for node.js written in rust.
TRACE=pacquet_tarball just cli add fastify
```

## Testing

```sh
# Install necessary dependencies
just install

# Start a mocked registry server (optional)
just registry-mock launch

# Run test
just test
```

## Benchmarking

### Install between multiple revisions
Expand Down

0 comments on commit d761c18

Please sign in to comment.