From de1d74ba376cfb56bf72965faa5e7f51283e95f0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 2 Feb 2016 11:42:57 -0500 Subject: [PATCH] test(cloudfunc) buildFromJSON: add prefix --- test/lib/cloudfunc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/cloudfunc.js b/test/lib/cloudfunc.js index bd851195..54e58283 100644 --- a/test/lib/cloudfunc.js +++ b/test/lib/cloudfunc.js @@ -90,6 +90,7 @@ expect = files[EXPECT_PATH]; result = CloudFunc.buildFromJSON({ + prefix : '', data : JSON_FILES, template: template });