diff options
Diffstat (limited to 'test/books/config-js')
-rw-r--r-- | test/books/config-js/README.md | 1 | ||||
-rw-r--r-- | test/books/config-js/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/books/config-js/book.js | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/test/books/config-js/README.md b/test/books/config-js/README.md deleted file mode 100644 index f395431..0000000 --- a/test/books/config-js/README.md +++ /dev/null @@ -1 +0,0 @@ -# Readme diff --git a/test/books/config-js/SUMMARY.md b/test/books/config-js/SUMMARY.md deleted file mode 100644 index ac9323c..0000000 --- a/test/books/config-js/SUMMARY.md +++ /dev/null @@ -1 +0,0 @@ -# Summary diff --git a/test/books/config-js/book.js b/test/books/config-js/book.js deleted file mode 100644 index 8731343..0000000 --- a/test/books/config-js/book.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - "title": "js-config" -}; |