summaryrefslogtreecommitdiffstats
path: root/lib/__tests__/module.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-04-29 13:04:54 +0200
committerSamy Pessé <samypesse@gmail.com>2016-04-29 13:04:54 +0200
commit3ea4e334bff428c60db175db58d042ba8e44cd77 (patch)
tree623f54f645065e2da6e5db9788ed9f1335ee7807 /lib/__tests__/module.js
parent9955fa8c29383dcbaaaf17e98c442d2d6b07aea6 (diff)
downloadgitbook-3ea4e334bff428c60db175db58d042ba8e44cd77.zip
gitbook-3ea4e334bff428c60db175db58d042ba8e44cd77.tar.gz
gitbook-3ea4e334bff428c60db175db58d042ba8e44cd77.tar.bz2
It should generate index for languages
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('../');
+ });
+});