Joseph
Joseph
Hi @beetlebum , I tried to write a failing test for this case: ```tsx it.only('gracefully handles mutate on non existing keys', async () => { const fetcher = jest.fn(() =>...
This has apparently been fixed, but its not yet released. I wonder if there's anything we can do to help on releasing a new version?
Hi, @SteveEdson is this still happening? I am testing with: ``` { "axios": "^0.17.0", "axios-mock-adapter":"^1.10.0" } ``` And I have run your code directed to a local server, successfully getting...
I'd say nearly every developer who's going to write tests ends up mocking their network requests. While implementing this I had in mind only to not break the out of...
Hi, Sorry I was quite busy this week. > Hi @icyJoseph, > I've tried to fill a few documentation gaps about this error and mocking network requests. This was definitely...
Using node 15+ gets the tests running.
Hi, @pheuter what OS are you running this on? What's your `cargo --version` and `rustc --version`?
Ah, I do not have a macbook at hand, but I'd just ask for one last thing, if you `cd` into `api`, and run both `cargo run` and `cargo build`,...
@pheuter Alright, when you have time could you install `musl-cross`, as described here: https://github.com/awslabs/aws-lambda-rust-runtime#aws-cli ? It'd seem that because this is made to run in AWS linux based environments, at...
Hi @pheuter, I've tried to debug this, but without access to a Macbook I am not getting anywhere. It must be that the rust compiler just doesn't understand the RUSTFLAGS...