|
|
|
|
|
by jwhiles
1315 days ago
|
|
I'm a bit confused how this differs from the existing watch modes that are built into test runners I'm familiar with, such as Jest. Is this something that I'm used to in TypeScript, but which just doesn't exist in most language's ecosystems? |
|
hypertest only runs the tests the were impacted by the changed code. Resulting is blazing fast performance.
I’d say it’s even fast than apples alt+tab animation most of the time.