Closed enykeev closed 10 years ago
I would also ask you to update npm package since it's outdated and lacks CORS fix.
I merged this in, but I'm going to wait to release a new version until I've at least manually verified that everything is working.
There is several issues within api-mock related to the context functions executed in:
configuration
variable we haven't defined (instead we should use@configuration
)protagonist.parse
callback where our ApiMock context is replaced by Protagonist one so we need to use "fat" arrow instead of "thin" to keep the original context