summaryrefslogtreecommitdiffstats
path: root/test/books
diff options
context:
space:
mode:
Diffstat (limited to 'test/books')
-rw-r--r--test/books/config-js/README.md1
-rw-r--r--test/books/config-js/SUMMARY.md1
-rw-r--r--test/books/config-js/book.js3
-rw-r--r--test/books/config-json/README.md1
-rw-r--r--test/books/config-json/SUMMARY.md1
-rw-r--r--test/books/config-json/book.json3
6 files changed, 10 insertions, 0 deletions
diff --git a/test/books/config-js/README.md b/test/books/config-js/README.md
new file mode 100644
index 0000000..f395431
--- /dev/null
+++ b/test/books/config-js/README.md
@@ -0,0 +1 @@
+# Readme
diff --git a/test/books/config-js/SUMMARY.md b/test/books/config-js/SUMMARY.md
new file mode 100644
index 0000000..ac9323c
--- /dev/null
+++ b/test/books/config-js/SUMMARY.md
@@ -0,0 +1 @@
+# Summary
diff --git a/test/books/config-js/book.js b/test/books/config-js/book.js
new file mode 100644
index 0000000..8731343
--- /dev/null
+++ b/test/books/config-js/book.js
@@ -0,0 +1,3 @@
+module.exports = {
+ "title": "js-config"
+};
diff --git a/test/books/config-json/README.md b/test/books/config-json/README.md
new file mode 100644
index 0000000..f395431
--- /dev/null
+++ b/test/books/config-json/README.md
@@ -0,0 +1 @@
+# Readme
diff --git a/test/books/config-json/SUMMARY.md b/test/books/config-json/SUMMARY.md
new file mode 100644
index 0000000..ac9323c
--- /dev/null
+++ b/test/books/config-json/SUMMARY.md
@@ -0,0 +1 @@
+# Summary
diff --git a/test/books/config-json/book.json b/test/books/config-json/book.json
new file mode 100644
index 0000000..eda10bb
--- /dev/null
+++ b/test/books/config-json/book.json
@@ -0,0 +1,3 @@
+{
+ "title": "json-config"
+}