db1c1ce21d
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()` |
||
---|---|---|
.. | ||
config | ||
express.js | ||
html-to-plaintext.js | ||
logging.js | ||
sentry.js | ||
url-utils.js |