summaryrefslogtreecommitdiffstats
path: root/lib/parse/__tests__/parseGlossary.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parse/__tests__/parseGlossary.js')
-rw-r--r--lib/parse/__tests__/parseGlossary.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/parse/__tests__/parseGlossary.js b/lib/parse/__tests__/parseGlossary.js
index 14ff7cc..53805fe 100644
--- a/lib/parse/__tests__/parseGlossary.js
+++ b/lib/parse/__tests__/parseGlossary.js
@@ -1,5 +1,3 @@
-jest.autoMockOff();
-
var Book = require('../../models/book');
var createMockFS = require('../../fs/mock');