Boost visibility for automatically rerunning tests with a run script shortcut via: ``` ... "test:watch": "NODE_PATH=./src jest ./tests --watch", ... ``` #105