brian.gantzler
brian.gantzler
> > `ember-cli-mirage` is also rife with dynamically-generated code that we need to work though. > @timiyay Could you detail what you think some of that dynamically generated code is?...
Hmmm, looks like there were no actual tests in the component version checking for the isDraggingDisabled. I thought once all the tests passed I had fixed everything. Good catch.
There was some discussion originally about making the modifier version a new addon and not a change to this one. It was eventually arrived at not a new addon. It...
Looking at #167 I see how a test would be done. See if I can get to this
Guess I need help on how you run test against something in the sandbox
Anyone able to help me out on how to test this change? How do you run tests against the items created in the sandbox directory?
Thanks, think maybe I wrote the test correctly, but now cant seem to run them. When I do "ember t" I get the below error if I run in even...
Since the issue has to do with passthru, wouldnt this ultimately be a fix in pretender? https://github.com/pretenderjs/pretender
I do not believe you can do this. The books URL is intercepted. When `passthrough` is used it is defining what routes to allow to pass through, not actually perform...
With the current changes in 0.1.44 you can create a MirageJS Instance without initializing pretender. You could then do a `server.create` or `server.createList` then inspect the server for the entities...