Skip to content

Commit

Permalink
feat: update readme to include testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto committed Apr 4, 2024
1 parent cb4f86c commit f70ca35
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,18 @@ module.exports = {
import '@nearform/quantum/dist/global.css'
import { Button } from '@nearform/quantum'
```

## Tests

To run tests for the project, run:

```js
npm run test
```

To run Storybook tests for the project, run:


```js
npm run test-storybook
```

0 comments on commit f70ca35

Please sign in to comment.