Iván Torres García
Results
3
comments of
Iván Torres García
** Update ** You can use the package called "jsdom-global" so you can render a dom in nodejs You just have to require it in every test since Jest has...
I had the same error. You must specify the path from the root directory. Example: ./feature/consoleLogger.feature
In my case it wasn't a flex container, but a grid one. It was using grid-template-rows without a grid-template-columns actually. I just had to add the property: `grid-template-columns: 100%`