-
Hi,
thank you for this great library, thanks to this, we were able to actually use native node test runner in some of our projects!
I ran into an issue, but maybe it is expected behaviour. When …
-
As @mckelveygreg made clear in #158, some things about "resolve" are unclear:
- `s.resolved` should be the type but with references resolved. Right now it's both parsed AND resolved. These should b…
-
### What steps will reproduce the problem?
phpunit
### What do you get instead?
Sometimes tests pass, sometimes not.
Failing while fetching from some urls.
Seen on Travis.
-
It looks like Hazel will expand to become quite a large and complicated code base (as is common for game engines). Because of this Cherno is making many temporary compromises in order to get things wo…
-
might be ideal to wait for vfox for this. If we had this, it would be possible to make bootstrapping a lot faster when using the cargo backend, e.g.:
```toml
[tools]
cargo-binstall = "latest"
"c…
-
Class `CloudStorageAccount ` is final and thus is difficult to mock when unit testing code which uses it. Please make it a regular class.
-
Hello,
Introducing webstorage has caused my test suite to fail. I suspect the solution is fairly simple (simulating a window in node), but it isn't documented with this library, and it isn't obviou…
-
## Issue
![image](https://user-images.githubusercontent.com/696529/197109752-0ea0fc1e-bffe-47cf-b2fc-8dd988dae7f7.png)
While the API application has a decent amount of tests, the tests create re…
-
### Is this a bug report, a feature request, or a question?
Question!
- [x] I have read [the guidelines regarding bug report](https://github.com/archriss/react-native-snap-carousel/blob/mast…
-
When you do something like `LinkHeader.parse(undefined)` it crashes with:
```
Uncaught TypeError: Cannot read property 'replace' of undefined
```
I'd make this a bit more robust and would just…