mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +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()` |
||
---|---|---|
.. | ||
client@919bf3931d | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
db.js | ||
index.js |