diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-30 20:06:43 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-30 20:06:43 +0200 |
commit | b51470db398e7da090805da666d2a6cc9c0b3deb (patch) | |
tree | 6b5750cdba1f6b6300b671db95b2521fc5087007 /lib/models | |
parent | a5f4596f8d863d8eb7061ef50f78346bde25d7ac (diff) | |
download | gitbook-b51470db398e7da090805da666d2a6cc9c0b3deb.zip gitbook-b51470db398e7da090805da666d2a6cc9c0b3deb.tar.gz gitbook-b51470db398e7da090805da666d2a6cc9c0b3deb.tar.bz2 |
Add tests for conrefs loader
Diffstat (limited to 'lib/models')
-rw-r--r-- | lib/models/__tests__/templateBlock.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/models/__tests__/templateBlock.js b/lib/models/__tests__/templateBlock.js index 9f0e9b7..44d53de 100644 --- a/lib/models/__tests__/templateBlock.js +++ b/lib/models/__tests__/templateBlock.js @@ -4,7 +4,6 @@ var Promise = require('../../utils/promise'); describe('TemplateBlock', function() { var TemplateBlock = require('../templateBlock'); - var TemplateEngine = require('../templateEngine'); describe('create', function() { pit('must initialize a simple TemplateBlock from a function', function() { |