1
0
Fork 0
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:
fchasen 2015-12-16 21:58:23 -05:00
parent 05f1b92094
commit 7c3af4493c
10 changed files with 441 additions and 64 deletions

View file

@ -60,6 +60,10 @@ gulp.task('serve', function() {
server();
});
gulp.task('test', function() {
});
// Default
gulp.task('default', ['lint', 'bundle']);