UNPKG

sebastian

Version:

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

18 lines (16 loc) 363 B
require({ baseUrl: requirejs.isBrowser ? "./" : "./remoteUrls/" }, ["require", "jqwrap"], function(require, jqwrap) { doh.register( "remoteUrls", [ function remoteUrls(t){ t.is(true, jqwrap.isFunction); } ] ); doh.run(); } );