Test Commit

This commit is contained in:
Ashish Jain 2019-07-10 17:46:08 +02:00
parent 86f430f61b
commit 04d55f60ea
1 changed files with 1 additions and 1 deletions

View File

@ -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