Lukas Siemon
Lukas Siemon
@jeremydaly This is what we envisioned and now implemented. Maybe as an inspiration for you https://github.com/blackflux/aws-sdk-wrap/blob/master/src/module/dy/create-model.js#L57-L80
@darbio That is correct. We have persistent data requirements
@confuser OK thank you for the reply! Should this issue be labeled improvement then?
Registering tests late works perfectly in the "before" with a dummy "it" test. So that use case is fully supported (admittedly a bit hacky).
@betweenbrain Sure thing! This uses `node-tdd` because the test setup and tests make external requests. However it should work similarly with vanilla `mocha`. ```js const expect = require('chai').expect; const {...
Please add a context to `formatError`... The hours I have wasted because I can't figure out how to do a thing that should be simple 😢
This would be a great feature
Anyone have a clue how one would go about adding a filteringScope on nockBack? I'm having a hard time with this code base 😬
The problem is that the code base is really hard to work with. So I couldn't figure out where the appropriate place to add this feature was But the request...