Skip to content

Commit

Permalink
Added testing instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Jul 20, 2023
1 parent f6bf479 commit ecd0dd4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,15 @@ docker run --rm -it $(docker build -q .)
docker-compose up --build
```

## Testing

### Using npm with local storybook running:
```sh
npm test:storybook
```

### Using npm & docker-compose:
```sh
npm docker:compose:test
```

0 comments on commit ecd0dd4

Please sign in to comment.