mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
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.development.json | ||
config.production.json | ||
config.testing-mysql.json | ||
config.testing.json |