Skip to content

Commit b6f3a5e

Browse files
committed
docs(faq): add documentation about directory cleanup
1 parent 6297275 commit b6f3a5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/guides/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ No, this package will **not** delete any binaries, so after an system upgrade th
1010
### Why is there no documentation about class-options / interfaces in the documentation?
1111

1212
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

Comments
 (0)