FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

When you mock using url with queryString, msl-server fails #19

Closed kood1 closed 10 years ago

kood1 commented 10 years ago

When you us setMockRespond() with a url which includes queryString, it doesn't work properly. We should make the fix and push to npm with incremented minor version (1.0.2).

kood1 commented 10 years ago

Did you publish msl-server ver 1.0.2 to npm?

kood1 commented 10 years ago

@ransha, one more question - did we add a test for this?