diff options
Diffstat (limited to 'test/ebook.js')
-rw-r--r-- | test/ebook.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ebook.js b/test/ebook.js index e0083c8..05a2000 100644 --- a/test/ebook.js +++ b/test/ebook.js @@ -16,6 +16,7 @@ describe('eBook Generator', function () { it('should correctly convert svg images to png', function(done) { testGeneration(books[4], "ebook", function(output) { assert(fs.existsSync(path.join(output, "test.png"))); + assert(!fs.existsSync(path.join(output, "test_0.png"))); assert(fs.existsSync(path.join(output, "NewTux.png"))); }, done); }); |