1.0.0 • Published 4 years ago
jest-minimal-reporter v1.0.0
Jest-Minimal-Reporter
This project offers a custom reporter for the test framework jest.
It target is to show test results in an simple way, while highlighting unexpected states.
Scripts
buildbuilds javascript output to /lib folderstartsame asbuildbut with active watch modetestruns code tests onlytest:exapmlesruns code tests and examples together
Example
.........................t.......................
.................................................
.............FF..................................
.................................................
...................*.............................
.................................................
.......................................t.........
.................................................
..................
Ran 410 tests in 37.234 s
405 passing
2 failing
1 pending
2 todoPossible output chars
.test case a succeededFtest case failed*test is pending (e.g. fetch or promise that doesn't resolved within timeout)ttest.todo
Reporter options
1.0.0
4 years ago