Sazerac
Sazerac
Data-driven testing for JavaScript
Get Started Github

Sazerac helps you create simple, readable tests.

It works with Jasmine, Jest, and Mocha.

Here's an example:
        
test(mySumFunction, () => {
given(1, 1).expect(2)
given(2, 3).expect(5)
given(9, 6).expect(15)
})
Read the Guide for more