From 7eed9dd6d3a81c7f980a2668bec78789be2ff7c2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 28 Apr 2017 11:32:05 +0200 Subject: [PATCH] fix --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 7de706d..6beeb3f 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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 () => { let localString = 'myString' - smartfile.memory.toFs( + await smartfile.memory.toFs( localString, path.join(process.cwd(), './test/temp/testMemToFs.txt') )