From ba32aa0fc47f6763fe3650bf7c135b72a8728acc Mon Sep 17 00:00:00 2001 From: noel Date: Thu, 19 Sep 2019 11:00:06 +0200 Subject: [PATCH] test --- lib/consolidate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/consolidate.js b/lib/consolidate.js index 5024519..ee3e827 100644 --- a/lib/consolidate.js +++ b/lib/consolidate.js @@ -1761,6 +1761,6 @@ exports.squirrelly.render = function(str, options, cb) { }); }; /** - * expose the instance of the engine + * expose the instance of the engine - test */ exports.requires = requires;