From 2ce75f64bc55c082ffb8f11a5e41b59700e1dd2d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 3 May 2018 07:29:27 -0700 Subject: [PATCH] Document how to run tests --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f937b830..ad6d3a8c 100755 --- a/README.md +++ b/README.md @@ -36,12 +36,17 @@ Open `http://localhost:8080/webpack-dev-server/` in your browser. ## Building - npm install npm run build npm run serve Open the local ip/port that is output to the console in your browser. +## Testing + + npm test + +This will run both the tests and the linter. + ## Deploying [Netlify](https://www.netlify.com/) watches GitHub for new versions of master. When a new version is seen, it is automatically built using `npm run build` and pushed to the server. Additionally, Netlify will run a build on every pull request and include a link under the heading "Deploy preview ready!". This enables easy high level testing of pull requests.