mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
11 lines
131 B
JavaScript
11 lines
131 B
JavaScript
var assert = require('assert');
|
|
describe('Book', function() {
|
|
|
|
var Book = require('../src/book');
|
|
|
|
before(function(){
|
|
|
|
});
|
|
|
|
|
|
})
|