Frank van Wijk
Frank van Wijk
My config is in `/tools/wallaby` and my specs are in `/test/specs`. I cannot manage to let the message "No files with tests found, check your tests list patterns." disappear from...
WallabyJS is not reporting uncovered `else` branches when there is only an if-branch. while Istanbul detects these uncovered branches. This gives me no uncovered regions, where I expect to have...
In Karma there is a configuration setting `hostname`. Is there also such a setting in Wallaby? I want `window.location.hostname` to return `localhost.example.com` instead of `localhost`.
- [x] I confirm that this is an issue rather than a question. ## Bug report When serving the project from `dist`, the following styles are not applied on the...
Currently `clipPath`s are rendered for all the chunks *except for the gaps*. In all examples this is no issue because the chunks `path` is overlapping the gap `path`. When I...
I saw in the source code that the retry backoff function is hardcoded and exponential. However, I wanted to customize it. Fortunately I also found the open issue addressing this...
Not sure if this is a bug report or a feature request. I remember it worked as expected long time ago, but I can't remember exactly. (update: could be related...
I have a draggable card that has a button inside. By default the button click handlers are not triggered because the drag events are captured. As a workaround I have...
The default patterns for Wallaby are: ``` config: { pattern: file, instrument: false, load: true, ignore: false } ignore: { pattern: file, instrument: false, load: false, ignore: true } lib:...
I have been experimenting with using Tailwind in a React setup. For now it looks like `tailwind.macro` and `twin.macro` are the best options, however there are a lot of caveats...