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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,8 @@ No, this package will **not** delete any binaries, so after an system upgrade th
10
10
### Why is there no documentation about class-options / interfaces in the documentation?
11
11
12
12
It is recommended to directly look at the TSDoc for these properties to get their type & documentation
13
+
14
+
### Do testing database paths get cleaned up?
15
+
16
+
If the Database path is generated by this package, then it will automatically get cleaned up (ensured to run by process event `beforeExit`)
17
+
If the Database path is provided, then it will not be automatically cleaned up, cleanup needs to be called explicitly like `.cleanup(true)` (parameter is to force-delete the directory)
0 commit comments