-
### Issue description or question
Hello, I'm working in a large shared codebase and trying out Wallaby - so far so good. I can't check in a wallaby config though, as not everyone in my team uses it.
…
-
So far, wallaby looks awesome to me. Nice work!
I use [rollup](http://rollupjs.org/) to module bundler, but wallaby do not support yet.
-
### Checklist
- [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy).
- [X] This is…
-
## Background
As of now, I need to disable w3c mode within my passed in chromeOptions in order to avoid errors that occur when I use `.send_keys()`. It seems that the latest versions of chrome/chrome…
-
I'm working on a project that needs to test expensive functions, generally taking anywhere from 2-30 seconds to run. Most of my tests in this project are integration rather than unit -- mocking away t…
-
https://github.com/pulibrary/lux
We should be able to use Vue tags in our `.eex` files to add things like Princeton's header/footer.
-
I find it difficult to customize Wallaby CSS because of the deep nesting. One needs to mimic the nesting in order to add our own CSS.
If CSS is defined in a flat structure then it will be much easi…
ryanb updated
4 years ago
-
We are switching to Deno and are using VSCode and used Wallaby JS in the past. It'd be great if we could use Wallaby in this setting in the future again.
-
I'm using vscode-jest in conjunction with Wallaby.js for my TypeScript application.
I used to see the Debug CodeLens above `it()` tests, but they no longer stay -- if I restart or do a reload-window…
-
Say you have an application with both a back-end and front-end.
You have it organized in the same project.
The back-end and front-end will both need different wallaby config files to run.
I attempte…