diff options
Diffstat (limited to 'lib/models/__tests__/glossaryEntry.js')
-rw-r--r-- | lib/models/__tests__/glossaryEntry.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/models/__tests__/glossaryEntry.js b/lib/models/__tests__/glossaryEntry.js index 9eabc68..833115d 100644 --- a/lib/models/__tests__/glossaryEntry.js +++ b/lib/models/__tests__/glossaryEntry.js @@ -1,8 +1,6 @@ -jest.autoMockOff(); +var GlossaryEntry = require('../glossaryEntry'); describe('GlossaryEntry', function() { - var GlossaryEntry = require('../glossaryEntry'); - describe('getID', function() { it('must return a normalized ID', function() { var entry = new GlossaryEntry({ |