Fix cjs output and testing
This commit is contained in:
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user