summaryrefslogtreecommitdiffstats
path: root/test/mock.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-18 12:13:24 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-18 12:13:24 +0100
commit576d773fecf5ec6a7ebf5b089ff7a03b102468eb (patch)
treec6967bf852bc8405e410c7f738f0c00c6c728531 /test/mock.js
parent58a930e456860a025cb8565effe73fb3ae437882 (diff)
downloadgitbook-576d773fecf5ec6a7ebf5b089ff7a03b102468eb.zip
gitbook-576d773fecf5ec6a7ebf5b089ff7a03b102468eb.tar.gz
gitbook-576d773fecf5ec6a7ebf5b089ff7a03b102468eb.tar.bz2
Correctly map filenames for website output
Diffstat (limited to 'test/mock.js')
-rw-r--r--test/mock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mock.js b/test/mock.js
index fe8ed7a..f9cc657 100644
--- a/test/mock.js
+++ b/test/mock.js
@@ -68,7 +68,7 @@ function setupDefaultBook(files, summary, opts) {
// Output a book with a specific generator
function outputDefaultBook(Output, files, summary, opts) {
- return setupDefaultBook(files, opts)
+ return setupDefaultBook(files, summary, opts)
.then(function(book) {
// Parse the book
return book.parse()