Ghost/core/shared
Daniel Lockyer db1c1ce21d Changed DB path for SQLite tests
no issue

- previously for SQLite tests we were pointing to a DB file within the
  content/data folder, which would be stored on the filesystem
- by pointing this file to be under `/tmp`, the file is stored in memory
  and should be a lot quicker to access
- this works great for me! - 2x faster test suite for SQLite
- however, Windows doesn't have a `/tmp` folder so we need to rewrite that
  part to replace with `os.tmpdir()`
2021-02-19 12:21:00 +00:00
..
config Changed DB path for SQLite tests 2021-02-19 12:21:00 +00:00
express.js
html-to-plaintext.js
logging.js
sentry.js
url-utils.js