UNPKG

nodepub

Version:

Create valid EPUB (v2) ebooks with metadata, contents and cover image.

25 lines (20 loc) 283 B
module.exports = () => ({ files: [ 'test/*.png', 'src/**/*.js' ], tests: [ 'test/**/*spec.js' ], testFramework: 'mocha', debug: true, env: { type: 'node', runner: 'node' }, workers: { restart: true, initial: 6, regular: 2 } })