diff options
Diffstat (limited to 'spec/parser.js')
-rw-r--r-- | spec/parser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/parser.js b/spec/parser.js index ff12cc4..076ce36 100644 --- a/spec/parser.js +++ b/spec/parser.js @@ -1,4 +1,4 @@ -/*global Handlebars */ +/*global Handlebars, shouldThrow */ describe('parser', function() { if (!Handlebars.print) { return; |