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, 0 insertions, 6 deletions
diff --git a/lib/__tests__/module.js b/lib/__tests__/module.js
deleted file mode 100644
index d9220f5..0000000
--- a/lib/__tests__/module.js
+++ /dev/null
@@ -1,6 +0,0 @@
-
-describe('GitBook', function() {
- it('should correctly export', function() {
- require('../');
- });
-});