mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 02:25:57 +02:00
fix(e2e/server): wrong database dir
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user