Skip to content

Commit

Permalink
chore: update readme with instructions for running the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshkoshti committed Oct 4, 2024
1 parent 12eb372 commit 9141ac2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,23 @@ After the build is complete, you can start the production server with:
npm run start
```

## Running the test cases

To run the test cases, execute following command:
```bash
npm run test
```

To execute the test cases simultaneously as you make changes to the files, execute following command:
```bash
npm run test:watch
```

To get the test coverage of the project, execute following command:
```bash
npm run test:coverage
```

## Project Structure

The main components of the DiceDB Playground include:
Expand Down

0 comments on commit 9141ac2

Please sign in to comment.