Ghost/ghost/core/test/unit/server
Sanne de Vries 1b0adcf4ab Fixed missing stub for DNS in GhostMailer Direct tests
- without this, Node will try and resolve the domain name but local DNS
  resolvers can take a while to timeout, which causes the tests to timeout
- `nodemailer-direct-transport` calls `dns.resolveMx`, so if we stub that
  function and return an empty array, we can avoid any real DNS lookups
2023-03-17 18:16:30 +01:00
..
adapters Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
data Reverted zip's root file copying fix 2023-03-16 21:52:24 +01:00
lib Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
models Fixed getLazyRelation returning new model for optional relations (#16411) 2023-03-14 10:58:58 +01:00
services Fixed missing stub for DNS in GhostMailer Direct tests 2023-03-17 18:16:30 +01:00
web Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
notify.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
overrides.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00