mfncooper / mockery

Simplifying the use of mocks with Node.js
Other
1.1k stars 60 forks source link

Fix unhook flag for allowables not working on Windows #43

Closed asselin closed 8 years ago

asselin commented 8 years ago

The code currently only checks for forward slash (/) and not backslash (). Fix to check for either.

davglass commented 8 years ago

Published in mockery@1.4.1