Rafael Fumegalli
Rafael Fumegalli
Hi, While using this repository as an example to build my app, I saw an opportunity to contribute cleaning the code. Default parameters are often cleaner than shorting circuiting (or...
I did a commit to fix every case of #20 about using default parameters instead of conditions. In some cases Typescript correctly inferred the type. When it didn't, I added...
closes #156
The library does not accept the usage of `only` together with `each`. e.g: `it.only.each([])('', () => {})` I guess it is a bug or maybe a feature that definately should...