mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
added mochify test runner and epubcfi test
This commit is contained in:
parent
05f1b92094
commit
7c3af4493c
10 changed files with 441 additions and 64 deletions
|
@ -60,6 +60,10 @@ gulp.task('serve', function() {
|
|||
server();
|
||||
});
|
||||
|
||||
gulp.task('test', function() {
|
||||
|
||||
});
|
||||
|
||||
// Default
|
||||
gulp.task('default', ['lint', 'bundle']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue