UNPKG

sebastian

Version:

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

11 lines 196 B
define([], function() { doh.register( "testBaseUrl", [ function testBaseUrl(t){ t.is(true, true); } ] ); doh.run(); });