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