Ghost/test/unit
Naz 84d0815e47 Refactored scheduling default test to use nock
refs https://github.com/TryGhost/Team/issues/860

- `nock` has been used in other similar unit tests. It was proven to have easy to understand and use API. By not making up custom code through express/httpServer stuff we reduce the amount of boilerplate code significantly - makes tests a lot more readable
- Bonus, removes couplint dependency to "shared" express module
2021-07-15 14:07:11 +04:00
..
adapters Refactored scheduling default test to use nock 2021-07-15 14:07:11 +04:00
api Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
apps Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
data Fixed typo 2021-07-14 13:23:15 +04:00
helpers Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
lib Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
meta Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
models Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
server Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
services Removed use of deprecated new Error() syntax 2021-07-14 19:17:35 +04:00
shared Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
web Fixed error when requesting resize of a blank image 2021-07-07 19:11:24 +01:00