jest-in-case is a Jest utility for running the same test case with different input. Streamline your Jest tests by defining data sets for each scenario, eliminating redundant test code. Pass an array of test cases directly, enhancing readability and maintainability. Easily test edge cases and variations with minimal boilerplate, making your test suite more DRY and efficient. Increase developer productivity by rapidly adding and modifying test inputs.