Ghost/test/unit/lib
Naz 8a219f4f72 Fixed slow-running external request test
refs https://github.com/TryGhost/Team/issues/860

- Slow unit tests cause longer waiting time to deliver code to main. Before this fix the test was taking a whooping 6s on average
- The main cause of the delay was a downstream's package (got) default retry logic that was taking up a lot of time. The test is meant to check a "500" response handling not a retry logic, so disabling it for this specific test makes sense
2021-07-15 15:21:33 +04:00
..
image Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
external-request.test.js Fixed slow-running external request test 2021-07-15 15:21:33 +04:00
mobiledoc.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00