Sergio Bernardi
Results
2
comments of
Sergio Bernardi
> If you're still having issues, try adding both `nextTick` and `setImmediate` to the array, this is the only way it'd work for me. > > `jest.useFakeTimers({ doNotFake: ['nextTick', 'setImmediate']...
In order to change bg color, I need to do some things: - add removeWrapper property, because this makes the background white. - add border-collapse tailwind property, for remove border....