mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Replace rimraf with fs-extra.remove
This commit is contained in:
@@ -26,7 +26,7 @@ const stores: [string, any][] = [
|
||||
}],
|
||||
[ 'on-disk storage', {
|
||||
storeConfig: 'storage/backend/file.json',
|
||||
teardown: (): void => removeFolder(rootFilePath),
|
||||
teardown: async(): Promise<void> => removeFolder(rootFilePath),
|
||||
}],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user