You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guides/faq.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ It is currently recommended to directly look at the TSDoc for these properties t
13
13
14
14
### Do testing database paths get cleaned up?
15
15
16
-
If the Database-path is a temporary directory (generated with `tmp`), then it will automatically get cleaned-up when calling `.stop()`, this can be disabled with `.stop(false)`.
16
+
If the Database-path is a temporary directory (generated with `mkdtemp`), then it will automatically get cleaned-up when calling `.stop()`, this can be disabled with `.stop(false)`.
17
17
If the Database-path is manually set with `dbPath`, then it needs to be manually cleaned-up with `.cleanup(true)`.
0 commit comments