UNPKG

sebastian

Version:

A flow-control library aimed at encouraging organized, testable code.

19 lines (17 loc) 384 B
require({ baseUrl: requirejs.isBrowser ? './' : './plugins/fromText', paths: { 'text': '../../../../text/text' } }, ['refine!a'], function () { doh.register( 'pluginsFromTextNoDefine', [ function pluginsFromTextNoDefine(t){ t.is('a', a.name); } ] ); doh.run(); });