Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 authored Aug 8, 2024
1 parent 5d875f7 commit 5de1f22
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ npx nuxi analyze

# Tests

To run unit tests, component tests and integration tests, first start the Mockoon server:
```bash
npx mockoon-cli start --data ./mocks/mockoon.json
```

Then, to run unit tests:
To run unit tests:
```bash
npm run test:unit
# Or with coverage:
npm run test:unit:coverage
```

To run integration tests:
To run integration tests, first start the Mockoon server:
```bash
npx mockoon-cli start --data ./mocks/mockoon.json
```
Then run:
```bash
npm run test:integration
```
Expand Down

0 comments on commit 5de1f22

Please sign in to comment.