1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 05:20:05 +00:00

fix(sasjs-utils): fixed imports

This commit is contained in:
Yury Shkoda
2023-06-22 13:37:07 +03:00
parent e0aebc169f
commit 6bf68a315c
14 changed files with 14 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import {
fileExists,
readFile,
deleteFile
} from '@sasjs/utils'
} from '@sasjs/utils/file'
describe('writeStream', () => {
const filename = 'test.txt'