Efe Gürkan YALAMAN
Efe Gürkan YALAMAN
Cannot mock requests sent this way. `superagent("POST", "/relative/url") .query() .send() .end()` mocking this is fine. `superagent.post("relative/url") .query() .send()` Is there a way to mock request on constructor at the moment...
- Change worker-farm with jest-worker. - Add simple build process to use es6 features. - Split `run` into utility functions to reducing clutter and improve readability. - **Dropped watch mode**...
Hey everyone, We are in process of rewriting the workers with `jest-worker` in favor of simplifying the code base and getting rid of the zombie leftover process issues. You can...
This changes validation behaviour for rules to have better defaults instead of throwing. The following cases changed to not throw: - When "rules" is an empty array, instead of throwing...
### Problem Description Incremental Sync in various connectors are not updating files when parent folder permissions are changed. Our incremental sync logic is quite naive to detect updates, we check...