1
0
mirror of https://github.com/sasjs/server.git synced 2026-06-10 10:30:20 +00:00

test: improved tests

This commit is contained in:
Yury Shkoda
2021-08-03 08:26:42 +03:00
parent b3c4425215
commit 8b1e79497f
7 changed files with 13 additions and 5 deletions
+2
View File
@@ -6,3 +6,5 @@ export const getTmpFolderPath = () =>
export const getTmpFilesFolderPath = () =>
path.join(getTmpFolderPath(), 'files')
export const getTmpLogFolderPath = () => path.join(getTmpFolderPath(), 'log')
+1
View File
@@ -0,0 +1 @@
export * from './file'