UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

19 lines (17 loc) 404 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(); });