From 7295d2db352e7353f710374f44e025ba109cd5ac Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 15 Feb 2015 17:24:33 -0800 Subject: [PATCH] Update README.md --- __tests__/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__tests__/README.md b/__tests__/README.md index 979cf334dd..ce34dde9ee 100644 --- a/__tests__/README.md +++ b/__tests__/README.md @@ -10,7 +10,9 @@ Simply run `npm test` ## Manual Setup Tests -The expected result for all test cases is that the setup finishes and an HTML container can be created, and that there are no error logs in the output of Kitematic. +These tests only need to be run if code in `src/SetupStore.js` or `src/Setup.react.js` are changed. + +The expected result for all test cases is that the setup finishes and an HTML container can be created, Also check that there are no errors in the output of Kitematic. ### Test Cases