Eduardo Simón Picón

Results 4 issues of Eduardo Simón Picón

## Motivation for the change I have started to test my dot files repository and found ZUnit to be the perfect candidate for that daunting task. I love the documentation...

**What**: Given an invalid declaration such as `fontSize: 8`, due to the missing unit, the `toHaveStyle` matcher should not pass the following test: ``` render() expect(screen.getByTestId('element')).toHaveStyle({ fontSize: 1 }) ```...

### Problem description Hi, I am using the library to test a component built with headlessUI's [combobox](https://headlessui.com/react/combobox) and I am using the `selectOptions` method to select an option from the...

enhancement
needs assessment

**Please read this entire template before posting any issue. If you ignore these instructions and post an issue here that does not follow the instructions, your issue might be closed,...