diff options
Diffstat (limited to 'test/output-json.js')
-rw-r--r-- | test/output-json.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/output-json.js b/test/output-json.js index 8d276c6..9e70771 100644 --- a/test/output-json.js +++ b/test/output-json.js @@ -1,6 +1,8 @@ var mock = require('./mock'); describe('JSON Output', function() { - + it('should correctly generate a default book', function() { + return mock.outputDefaultBook('json'); + }); }); |