-
I've just noticed that the test decorations, e.g. "focus", are not showing. From past experience I believe this means other bad things are probably happening 🫤 My tests seem to be running very slowly …
-
**Description**
I found the repo when looking for a lightweight storybook/ladle alternative. It looks great so far but it seems you didn't release on npm yet? Are you planing to release soon? I wou…
-
- Rollup Plugin Name: **@rollup/plugin-babel**
- Rollup Plugin Version: **6.0.3**
- Rollup Version: **3.20.7**
- Operating System (or Browser): Linux/chrome
- Node Version: **16.14.2**
- Link…
-
- [x] Drop Node 12, 14, 16 support due to EOL
- [x] Update dependencies
- [x] ~~Rewrite to new Inquirer packages (#382)~~
- [x] Remove `promisify` dependency
- [x] Support TS usage OOTB (#297…
-
I'm getting this error :
![image](https://github.com/wallabyjs/public/assets/2129896/68bfcf0c-a3cf-460e-bcb0-709c37cc0666)
I really don't know how I can fix that, the test is working fine when r…
-
# Bug Report
### 🔎 Search Terms
inferred type cannot be named, symlink node_modules
### 🕗 Version & Regression Information
I'm verifying the problem on the `typescript@4.1.3`. I'…
-
**Repro link**: https://codesandbox.io/p/sandbox/adoring-hill-k94yyv (script `build:tsup`)
If `postcss.config.js` is an es module (i.e. `export default { ... }`), tsup fails:
```sh
> tsup
CL…
-
### Issue description or question
‌0 failing tests, 0 passing  ​Launch Coverage & Test Explorer​ | ​Search Tests​
Failed to initialize wallaby vitest. 
Could not find vitest utils 
Error: Could …
-
Hi,
**TS Version**: 1.1
Given
``` TypeScript
function foo() {
var x = 10;
var y = 11;
}
```
We used to get
``` JavaScript
function foo() {
var x = 10;
var y = 11;
}
```
In th…
-
### Issue description or question
i'm using vitest as my test runner, i'm having the issue of my tests not being dicoverd by wallaby but they work normaly with vitest.
the auto configuration did not…