summaryrefslogtreecommitdiffstats
path: root/test/fixtures/test4/book.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/test4/book.js')
-rw-r--r--test/fixtures/test4/book.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/test4/book.js b/test/fixtures/test4/book.js
new file mode 100644
index 0000000..bf617cd
--- /dev/null
+++ b/test/fixtures/test4/book.js
@@ -0,0 +1,3 @@
+module.exports = {
+ title: "Test 2"
+};