From 04d55f60ea706f1b705fbb2479cc02f249303052 Mon Sep 17 00:00:00 2001 From: Ashish Jain Date: Wed, 10 Jul 2019 17:46:08 +0200 Subject: [PATCH] Test Commit --- e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/README.md b/e2e/README.md index d040ba39b..90dceb5f9 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -5,5 +5,5 @@ These tests are end to end tests in the sense that they actually render a full d Apart from beeing rendered in a browser the tests perform image snapshots of the diagrams. The tests is handled in the same way as regular jest snapshots tests with the difference that an image comparison is performed instead of a comparison of the generated code. ## To run the tests -1. Start the dev server by running **yarn dev** +1. Start the dev server by running ***yarn dev*** 2. Run yarn e2e to run the tests \ No newline at end of file