UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

19 lines (17 loc) 386 B
require({ baseUrl: requirejs.isBrowser ? './' : './plugins/textDepend', paths: { 'text': '../../../../text/text' } }, ['textDepend!a'], function (textValue) { doh.register( 'textDepend', [ function textDepend(t){ t.is('hello world', textValue); } ] ); doh.run(); });