mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
fix(build): an argument was not provided
This commit is contained in:
@@ -30,7 +30,7 @@ function buildIntegrationTestDatabase(dbPath?: string) {
|
||||
return new Database(dbBuffer);
|
||||
}
|
||||
|
||||
function rebuildIntegrationTestDatabase(dbPath: string) {
|
||||
function rebuildIntegrationTestDatabase(dbPath?: string) {
|
||||
if (dbConnection) {
|
||||
dbConnection.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user