TestingΒΆ

SheetShow comes with a test suite for the underlying data structures used to represent the diagrams and compute the layout. It is written with the Jest framework.

To run the tests once, use:

npm test

To run the tests continuously, as you change the files, use:

npm test -- --watch