Ghost/ghost/package-json/test
Daniel Lockyer d29b8e65ec Fixed symlinked directories ignored when reading packages
refs bd6a295674

- earlier this week I refactored this block of code to get rid of
  explicit `stat` calls, to make the fs operations a little more
  lightweight
- I inadvertantly forgot that readdir doesn't follow symlinks, and we
  were previously use stat that does, so it was ignoring themes that were
  symlinked into `content/themes`
- instead of rolling back my change, I've added an if-statement to call
  `fs.stat` and check the origin of the symlink to see if it's a
  directory
- also added a test that fails without this change
2022-04-01 14:07:04 +01:00
..
utils
.eslintrc.js
filter.test.js Removed class pattern 2021-06-09 14:39:41 +01:00
parse.test.js Removed class pattern 2021-06-09 14:39:41 +01:00
read.test.js Fixed symlinked directories ignored when reading packages 2022-04-01 14:07:04 +01:00