diff --git a/README.md b/README.md index c4b2481c..b511647d 100644 --- a/README.md +++ b/README.md @@ -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 +```