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 db82b66..52f6407 100644 --- a/lib/models/__tests__/templateBlock.js +++ b/lib/models/__tests__/templateBlock.js @@ -13,7 +13,6 @@ describe('TemplateBlock', function() { // Check basic templateBlock properties expect(templateBlock.getName()).toBe('sayhello'); - expect(templateBlock.getParse()).toBeTruthy(); expect(templateBlock.getEndTag()).toBe('endsayhello'); expect(templateBlock.getBlocks().size).toBe(0); expect(templateBlock.getExtensionName()).toBe('BlocksayhelloExtension'); |