UNPKG

sebastian

Version:

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

18 lines (17 loc) 317 B
require({ baseUrl: './' }, ['a'], function(a) { doh.register( 'cjsSpace', [ function cjsSpace(t){ t.is('a', a.name); t.is('b', a.b.name); } ] ); doh.run(); } );