diff options
Diffstat (limited to 'lib/models/__tests__/templateBlock.js')
-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() { |