teleport/web/scripts/print-coverage-link.sh
Lisa Kim c04dedcb93 Fix modal test failing and include code coverage scripts (#22)
* Fix broken test for Modal and remove deprecated KeyboardEvent.which
* Add code coverage abilities
* add coverage script to print a clickable url link when jest is done testing and collecting coverage results
2020-02-14 13:37:36 -08:00

5 lines
154 B
Bash
Executable file

#!/bin/bash
echo -e "\n\033[1mYou can now view coverage results in your browser.\033[0m\n"
echo -e " file://${PWD}/coverage/lcov-report/index.html\n"