diff options
Diffstat (limited to 'test/plugins.js')
-rw-r--r-- | test/plugins.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/plugins.js b/test/plugins.js index 43ce497..78f5b44 100644 --- a/test/plugins.js +++ b/test/plugins.js @@ -100,7 +100,9 @@ describe('Plugins', function () { it('should correctly accept shortcuts', function(done) { qdone( - books[0].template.renderString('$$hello$$') + books[0].template.renderString('$$hello$$', {}, { + type: "markdown" + }) .then(function(content) { assert.equal(content, "testhellotest"); }), |