UNPKG

system

Version:

Flexible module and resource system

5 lines (4 loc) 164 B
var test = require("test"); test.assert(require.lookup("bar.foo").id === "foo-bar"); test.assert(require("bar.foo") === "Hello, Foo!"); test.print("DONE", "info");