diff options
Diffstat (limited to 'lib/parse/__tests__/parseGlossary.js')
-rw-r--r-- | lib/parse/__tests__/parseGlossary.js | 2 |
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'); |