Dan Caseley
Dan Caseley
It occurs to me the original scope of this issue slots nicely with the recent removing of the Joi dependency, since Joi _would_ likely be a dependency of this optional...
Just thinking about making a start on this. One of the migration paths might be to introduce a rename? `expectJSONSchema` maybe? I'd like to start getting a few of the...
[Here's](https://github.com/IcedFrisby/IcedFrisby/blob/5c4865ba8938e80f5659a0c52811b39d8b641f29/lib/icedfrisby.js#L675) where the config() headers get routed through addHeader so that they're case normalised
Started work on this.
Yeah! I'd love to start doing more of this, especially as a new contributor. Rather than sitting down and thinking "what shall I do?", I'd prefer to think "what shall...
Seems that Frisby has moved from Jasmine to Mocha to Jest now. Interesting move. Certainly enables some nice parallelism in that runner.
Once #106 is merged, we're closer. `config(opts)` takes an object: ``` { "inspectOnFailure": true, "json": true, "timeout": 2000, "retry": 0, "request": { "proxy": "http://proxy.domain.net:8080", "followRedirect": false, "form": false } }...
Absolutely that. With globalConfig gone, we've now got 2 methods of doing the same thing "in line" with a request. Removing the params simplifies the framework whilst also solving #112.
I've reviewed this commit by commit, and it seems sensible. On locks, do those locks that we no longer acquire (Users, AnonymousUsers) get locked and edited anywhere else? i.e. Could...
Those smack tests though 😬