Fix cjs output and testing

This commit is contained in:
kpdecker
2013-09-02 16:44:17 -05:00
parent cb0c45b29f
commit a2687fdf50
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
require('./common');
global.Handlebars = require('../../zomg/lib/handlebars');
global.Handlebars = require('../../dist/cjs/handlebars');
global.CompilerContext = {
compile: function(template, options, env) {