fix
This commit is contained in:
parent
d9852e18a5
commit
7eed9dd6d3
@ -158,7 +158,7 @@ tap.test('.memory.vinylToStringSync() -> should produce a String from vinyl file
|
|||||||
|
|
||||||
tap.test('.memory.toFs() -> should write a file to disk and return a promise', async () => {
|
tap.test('.memory.toFs() -> should write a file to disk and return a promise', async () => {
|
||||||
let localString = 'myString'
|
let localString = 'myString'
|
||||||
smartfile.memory.toFs(
|
await smartfile.memory.toFs(
|
||||||
localString,
|
localString,
|
||||||
path.join(process.cwd(), './test/temp/testMemToFs.txt')
|
path.join(process.cwd(), './test/temp/testMemToFs.txt')
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user