summaryrefslogtreecommitdiffstats
path: root/test/json.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/json.js')
-rw-r--r--test/json.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/json.js b/test/json.js
index 82966a9..db4814b 100644
--- a/test/json.js
+++ b/test/json.js
@@ -3,6 +3,7 @@ describe('JSON generator', function () {
it('should correctly generate a basic book to json', function() {
return books.generate("basic", "json")
.then(function(book) {
+
});
});
});