osher
osher
### Describe the bug ## Description I'm trying to evaluate migration to `vitest` from `mocha` All the projects of this codebase use a module that adds `Error.prototype.toJSON` that represents stack...
From verison 2.0 - The `.on(name:string, handler:function):this` API from `EventListener` now returns a promise. this breaks the chaining API, because it returns a Promise, which I could not figure what...
When I was searching for it - I almost missed it, and found it by accident a moment before I gave up. I believe it's a too important feature to...
## Describe the bug Consider a package which is a CLI tool. Consider a test suite that does the testing-trophy: it runs e2e with few happy paths, generates coverage, and...
## c8 + vitest: Some suites get covered other suites ...dont? I'm working on modernizing and open-sourcing some platform... It's test strategy and test suite is built of two layers:...
promote to get rid of an unecessary dup 
I cannot find an example for it in the docs. I tried to ```js const mongo = new MongoDBContainer() .withEnvironment({ MONGO_INITDB_ROOT_USERNAME: dbUsername, MONGO_INITDB_ROOT_PASSWORD: dbPassword, }) .start(); ``` but it appears...
My concrete use case is to try a `DELETE /my-prefix-*` on an AWS OpenSearch cluster. If I remove the `*` - the signature works and the request is respected (although...
one of my goto explanations, whenever I land in a team that did not go past the surface of yaml