fix(e2e/server): wrong database dir

This commit is contained in:
Elian Doran
2025-09-02 21:06:41 +03:00
parent a1beb13094
commit d2d8bff9f7
2 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,9 @@ export default defineConfig({
url: baseURL,
reuseExistingServer: !process.env.CI,
cwd: join(__dirname, "../server"),
env: {
TRILIUM_DATA_DIR: "spec/db"
},
timeout: 5 * 60 * 1000
} : undefined,