UNPKG

funcunit

Version:
11 lines (8 loc) 340 B
steal('./template.stache!', function(template) { var nl = can.view.nodeLists.register([], undefined, true); can.stache.registerHelper('importTestHelper', function(options) { window.parent.QUnit.equal(options.nodeList, nl.replacements[0], 'correct node list reference'); window.parent.removeMyself(); }); template({}, {}, nl); });