From f70ca35b0d32d60994da8025ab63747ac64cb119 Mon Sep 17 00:00:00 2001 From: Fergus Ruston Date: Thu, 4 Apr 2024 16:12:28 +0100 Subject: [PATCH] feat: update readme to include testing instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +```