summaryrefslogtreecommitdiffstats
path: root/lib/__tests__/module.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/__tests__/module.js')
-rw-r--r--lib/__tests__/module.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/__tests__/module.js b/lib/__tests__/module.js
new file mode 100644
index 0000000..d9220f5
--- /dev/null
+++ b/lib/__tests__/module.js
@@ -0,0 +1,6 @@
+
+describe('GitBook', function() {
+ it('should correctly export', function() {
+ require('../');
+ });
+});